Parcourir la source

버그 수정

2DU il y a 8 ans
Parent
commit
dfd90caeca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 테이블 생성')