소스 검색

버그 수정

2DU 8 년 전
부모
커밋
dfd90caeca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 테이블 생성')