Jared hace 3 años
padre
commit
56efb9cd1a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      hhh/SEO/local_1777.py

+ 3 - 1
hhh/SEO/local_1777.py

@@ -81,7 +81,9 @@ def run_once(url):
 lst=[]
 
 
-db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/seo?charset=utf8mb4')
+#db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/seo?charset=utf8mb4')
+db = dataset.connect('mysql://choozmo:pAssw0rd@172.104.67.159:3306/seo?charset=utf8mb4')
+
 
 cursor=db.query('SELECT * FROM columnids order by rand()')
 for c in cursor: