mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 19:16:25 +01:00
rebuild so each dvm runs on its own.
This commit is contained in:
@@ -29,7 +29,7 @@ in the module that is calling the server
|
||||
|
||||
def send_request_to_nova_server(request_form, address):
|
||||
print("Sending job to NOVA-Server")
|
||||
url = ('http://' + address + '/' + str(request_form["mode"]).lower())
|
||||
url = ('http://' + address + '/process')
|
||||
headers = {'Content-type': 'application/x-www-form-urlencoded'}
|
||||
response = requests.post(url, headers=headers, data=request_form)
|
||||
return response.content
|
||||
|
||||
Reference in New Issue
Block a user