Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -289,7 +289,8 @@ def find_rss():
|
|
289 |
timestamp=str(datetime.datetime.now())
|
290 |
timename=timestamp.replace(" ","--").replace(":","-").replace(".","-")
|
291 |
|
292 |
-
json_object = json.dumps(out_box
|
|
|
293 |
with open("tmp1.json", "w") as outfile:
|
294 |
outfile.write(json_object)
|
295 |
api.upload_file(
|
|
|
289 |
timestamp=str(datetime.datetime.now())
|
290 |
timename=timestamp.replace(" ","--").replace(":","-").replace(".","-")
|
291 |
|
292 |
+
json_object = json.dumps(out_box)
|
293 |
+
#json_object = json.dumps(out_box,indent=4)
|
294 |
with open("tmp1.json", "w") as outfile:
|
295 |
outfile.write(json_object)
|
296 |
api.upload_file(
|