Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ def getstuff(openapikey):
|
|
165 |
###create file with new info locally & upload to bucket
|
166 |
with open('lastradartext.txt', 'w') as f:
|
167 |
for line in textlist:
|
168 |
-
f.write(f"{line}\n"
|
169 |
|
170 |
with fs.open('trends_chrome_extension_bucket/lastradartext.txt', 'wb') as file:
|
171 |
for line in textlist:
|
|
|
165 |
###create file with new info locally & upload to bucket
|
166 |
with open('lastradartext.txt', 'w') as f:
|
167 |
for line in textlist:
|
168 |
+
f.write(f"{line}\n")
|
169 |
|
170 |
with fs.open('trends_chrome_extension_bucket/lastradartext.txt', 'wb') as file:
|
171 |
for line in textlist:
|