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