|
@@ -42,7 +42,7 @@ class Ssgdfs(object):
|
|
|
state = self.check(config['link'])
|
|
|
if state == True:
|
|
|
try:
|
|
|
- print 'go'
|
|
|
+ print('get' + config['link'])
|
|
|
product.status(config['id'], 3)
|
|
|
|
|
|
self.order(config['link'])
|
|
@@ -65,6 +65,7 @@ class Ssgdfs(object):
|
|
|
|
|
|
self.get(product)
|
|
|
data = self.driver.page_source
|
|
|
+
|
|
|
|
|
|
string = 'btn_direct_buy.gif'
|
|
|
|