Jared 3 năm trước cách đây
mục cha
commit
56efb9cd1a
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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: