Explorar el Código

애드센스, Oauth 접속 버그 수정

잉여개발기 (SPUP) hace 7 años
padre
commit
cd8103b5c9
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      route/setting_adsense.py
  2. 1 1
      route/setting_oauth.py

+ 1 - 1
route/setting_adsense.py

@@ -1,6 +1,6 @@
 from .tool.func import *
 
-def setting_adsense_setting_2(conn):
+def setting_adsense_2(conn):
     curs = conn.cursor()
 
     if admin_check(None, 'adsense setting') != 1:

+ 1 - 1
route/setting_oauth.py

@@ -1,6 +1,6 @@
 from .tool.func import *
 
-def setting_oauth_setting_2(conn):
+def setting_oauth_2(conn):
     curs = conn.cursor()
 
     if admin_check(None, 'oauth setting') != 1: