scraper fix attempt

This commit is contained in:
2025-06-20 01:19:48 +02:00
parent 327aabde78
commit b0ea0a836b

View File

@@ -18,7 +18,7 @@ scr = None
def setup():
# sanity check: make sure config is set
# required to make `flask --app lewy run --debug` work
global config, app_host, app_port, scrape
global config, app_host, app_port, scr
try:
if not config['general']:
lewy_globals.setConfig(lewy_globals.configfile)