diff --git a/src/astraeus_common/io/database.py b/src/astraeus_common/io/database.py index 1a78545..5f07e91 100644 --- a/src/astraeus_common/io/database.py +++ b/src/astraeus_common/io/database.py @@ -35,6 +35,7 @@ def __try_connection(self): with self.__db_connection() as connection: with connection.cursor(cursor_factory=DictCursor) as cursor: cursor.execute('SELECT 1') + cursor.execute('SELECT * FROM ASTRAEUS.BODY') def __db_connection(self): try: