mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 03:21:37 +01:00
added dall-e, reworked bot, added nip89config
This commit is contained in:
@@ -71,7 +71,7 @@ def check_nova_server_status(jobID, address):
|
||||
result = ""
|
||||
url_fetch = 'http://' + address + '/fetch_result'
|
||||
print("Fetching Results from NOVA-Server...")
|
||||
data = {"jobID": jobID}
|
||||
data = {"jobID": jobID, "delete_after_download": True}
|
||||
response = requests.post(url_fetch, headers=headers, data=data)
|
||||
content_type = response.headers['content-type']
|
||||
print("Content-type: " + str(content_type))
|
||||
|
||||
Reference in New Issue
Block a user