Spaces:
Sleeping
Sleeping
Update other_function.py
Browse files- other_function.py +1 -1
other_function.py
CHANGED
@@ -140,4 +140,4 @@ def get_rates():
|
|
140 |
|
141 |
return str(d) + ' These prices are for 1 kg'
|
142 |
else:
|
143 |
-
return
|
|
|
140 |
|
141 |
return str(d) + ' These prices are for 1 kg'
|
142 |
else:
|
143 |
+
return get_rates()
|