|
@@ -16,6 +16,7 @@
|
|
|
|
|
|
|
|
import sys
|
|
import sys
|
|
|
import time
|
|
import time
|
|
|
|
|
+import logging
|
|
|
from threading import Thread
|
|
from threading import Thread
|
|
|
from apscheduler.schedulers.blocking import BlockingScheduler
|
|
from apscheduler.schedulers.blocking import BlockingScheduler
|
|
|
|
|
|
|
@@ -27,6 +28,8 @@ from Util.LogHandler import LogHandler
|
|
|
|
|
|
|
|
__author__ = 'JHao'
|
|
__author__ = 'JHao'
|
|
|
|
|
|
|
|
|
|
+logging.basicConfig()
|
|
|
|
|
+
|
|
|
|
|
|
|
|
class ProxyRefreshSchedule(ProxyManager):
|
|
class ProxyRefreshSchedule(ProxyManager):
|
|
|
"""
|
|
"""
|