fix sqlite and show user account
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user