hra commited on
Commit
a9cba0f
·
1 Parent(s): 57b14a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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".encode())
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: