Selaa lähdekoodia

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

잉여개발기 (SPUP) 7 vuotta sitten
vanhempi
sitoutus
cd8103b5c9
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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: