fix:
This commit is contained in:
@@ -9,5 +9,5 @@ def collect(year=2023, month=11):
|
||||
if __name__ == '__main__':
|
||||
from core.factory import ClientApp
|
||||
|
||||
with ClientApp().app_context:
|
||||
collect()
|
||||
with ClientApp().app_context():
|
||||
collect(2024, 4)
|
||||
|
Reference in New Issue
Block a user