Replace hardcoded URL

Appease Mary Strodl
This commit is contained in:
Will Nilges 2022-07-27 23:55:16 -04:00
parent 3c3224c7af
commit 42fff9dad7

View file

@ -240,7 +240,7 @@ def cleanup_vnc_task():
try:
requests.post(
'https://proxstar.csh.rit.edu/console/cleanup',
'https://{}/console/cleanup'.format(app.config['SERVER_NAME']),
data={'token': app.config['VNC_CLEANUP_TOKEN']},
verify=False,
)