mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update app.py
This commit is contained in:
parent
d193bb6b14
commit
b2b5847386
@ -7,7 +7,7 @@ from apscheduler.schedulers.background import BackgroundScheduler
|
|||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
CACHE_DIR = '/home/screenshot/screenshot_cache'
|
CACHE_DIR = 'screenshots_cache'
|
||||||
|
|
||||||
def capture_screenshot(domain):
|
def capture_screenshot(domain):
|
||||||
url = f'http://{domain}'
|
url = f'http://{domain}'
|
||||||
|
Loading…
Reference in New Issue
Block a user