mirror of
https://github.com/simon987/poal_feed.git
synced 2025-04-10 14:16:45 +00:00
fix
This commit is contained in:
parent
19636abafe
commit
69b6902fef
2
poal.py
2
poal.py
@ -7,7 +7,7 @@ from post_process import get_links_from_body
|
|||||||
from state import PoalState
|
from state import PoalState
|
||||||
from util import Web, logger
|
from util import Web, logger
|
||||||
|
|
||||||
PF_MAX_PAGE = os.environ.get("PF_MAX_PAGE", 9999999)
|
PF_MAX_PAGE = int(os.environ.get("PF_MAX_PAGE", 9999999))
|
||||||
|
|
||||||
|
|
||||||
class PoalHelper:
|
class PoalHelper:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user