Spaces:
Sleeping
Sleeping
Update other_function.py
Browse files- other_function.py +1 -1
other_function.py
CHANGED
@@ -84,7 +84,7 @@ def convert_img(url, account_sid, auth_token):
|
|
84 |
return txt_filepath
|
85 |
|
86 |
except :
|
87 |
-
return 'errir in process'
|
88 |
|
89 |
def get_weather(city):
|
90 |
city=city.strip()
|
|
|
84 |
return txt_filepath
|
85 |
|
86 |
except :
|
87 |
+
return 'errir in process none'
|
88 |
|
89 |
def get_weather(city):
|
90 |
city=city.strip()
|