|
@@ -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:
|