fixing paths

This commit is contained in:
Believethehype
2023-12-08 23:32:44 +01:00
parent 9a4c839234
commit 140898c344
5 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ def check_server_status(jobID, address) -> str | pd.DataFrame:
url_status = 'http://' + address + '/job_status'
url_log = 'http://' + address + '/log'
print("Sending Status Request to NOVA-Server")
print("Sending Status Request to Server")
data = {"jobID": jobID}
status = 0