Pavel Loginov 2020-10-25 13:42:36 +06:00
parent b6a0f5050c
commit 4600980368
1 changed files with 0 additions and 1 deletions

View File

@ -2253,7 +2253,6 @@ def is_cloud():
try: try:
cur.execute(sql) cur.execute(sql)
except sqltool.Error as e: except sqltool.Error as e:
print("An error occurred:", e)
cur.close() cur.close()
con.close() con.close()
return "" return ""