fix sqlite and show user account

This commit is contained in:
Tiago vasconcelos
2022-10-05 13:01:59 +02:00
committed by dni ⚡
parent 2f2d70f9a8
commit 08e54de99b
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ async def get_admin_settings():
exists = await conn.fetchone(
"SELECT * FROM information_schema.tables WHERE table_name = 'admin'"
)
print("EXISTS", exists)
if not exists:
return False