@@ -25,7 +25,7 @@ class Main:
# 随机休眠
Common.logger('follow').info('休眠1小时')
- time.sleep(1)
+ time.sleep(60*60)
if __name__ == '__main__':