Spaces:
Sleeping
Sleeping
Update other_function.py
Browse files- other_function.py +2 -4
other_function.py
CHANGED
@@ -83,10 +83,8 @@ def convert_img(url, account_sid, auth_token):
|
|
83 |
print(f"Media downloaded successfully and saved as {txt_filepath}")
|
84 |
return txt_filepath
|
85 |
|
86 |
-
except
|
87 |
-
|
88 |
-
except Exception as err:
|
89 |
-
print(f"An error occurred: {err}")
|
90 |
|
91 |
def get_weather(city):
|
92 |
city=city.strip()
|
|
|
83 |
print(f"Media downloaded successfully and saved as {txt_filepath}")
|
84 |
return txt_filepath
|
85 |
|
86 |
+
except :
|
87 |
+
return 'errir in process'
|
|
|
|
|
88 |
|
89 |
def get_weather(city):
|
90 |
city=city.strip()
|