mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Replace hardcoded URL
Appease Mary Strodl
This commit is contained in:
parent
3c3224c7af
commit
42fff9dad7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue