Skip to content

Commit

Permalink
[update]添加baselog Apscheduler需要日志
Browse files Browse the repository at this point in the history
  • Loading branch information
jhao104 committed Apr 28, 2017
1 parent d411608 commit 878343f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Schedule/ProxyRefreshSchedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import sys
import time
import logging
from threading import Thread
from apscheduler.schedulers.blocking import BlockingScheduler

Expand All @@ -27,6 +28,8 @@

__author__ = 'JHao'

logging.basicConfig()


class ProxyRefreshSchedule(ProxyManager):
"""
Expand Down

0 comments on commit 878343f

Please sign in to comment.