error handling if no .env file is provided

This commit is contained in:
Believethehype
2023-12-19 11:36:25 +01:00
parent 3043c188f5
commit 70e684f0b1
4 changed files with 18 additions and 25 deletions

View File

@@ -43,9 +43,6 @@ def send_file_to_server(filepath, address):
return result
# headers = {'Content-type': 'application/x-www-form-urlencoded'}
"""
check_n_server_status(request_form, address)
Function that requests the status of the current process with the jobID (we use the Nostr event as jobID).