mirror of
https://github.com/simon987/gabtv_feed.git
synced 2025-04-16 09:06:46 +00:00
Fix logger in state
This commit is contained in:
parent
3fa2d90486
commit
446417f212
@ -1,5 +1,5 @@
|
||||
requests
|
||||
urllib3
|
||||
git+git://github.com/simon987/hexlib.git
|
||||
redis
|
||||
git+git://github.com/simon987/hexlib.git
|
||||
bs4
|
||||
|
1
state.py
1
state.py
@ -2,6 +2,7 @@ from time import time
|
||||
import os
|
||||
|
||||
from hexlib.db import VolatileState, VolatileBooleanState
|
||||
from hexlib.log import logger
|
||||
|
||||
RECRAWL_HOURS = int(os.environ.get("GTV_RECRAWL_HOURS", 8))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user