Fixed Formatting

This commit is contained in:
arifiorino
2019-12-03 22:01:59 +00:00
committed by Dana Van Aken
parent df2dbb6683
commit cd36ff9803
2 changed files with 9 additions and 7 deletions

View File

@@ -538,7 +538,7 @@ def loop(i):
'metrics_before': b'{}',
'metrics_after': b'{}'}
response = requests.post(dconf.WEBSITE_URL + '/new_result/', files=files,
data={'upload_code': dconf.UPLOAD_CODE})
data={'upload_code': dconf.UPLOAD_CODE})
response = get_result()
result_timestamp = int(time.time())
save_next_config(response, t=result_timestamp)