2DU 8 lat temu
rodzic
commit
dfd90caeca
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -157,7 +157,7 @@ try:
         pass
 
     try:
-        curs.execute('select name from ua_d limit 1')
+        curs.execute('select name from ok_login limit 1')
     except:
         curs.execute("create table ok_login(ip text, sub text)")
         print('ok_login 테이블 생성')