Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def get_stock_report():
|
|
94 |
rv += (f'\nTotal value = {total_value:.2f}\n')
|
95 |
if len(error_msg) > 0:
|
96 |
rv += error_msg
|
97 |
-
rv += f'\
|
98 |
except:
|
99 |
rv = 'Error getting stock report'
|
100 |
return rv
|
|
|
94 |
rv += (f'\nTotal value = {total_value:.2f}\n')
|
95 |
if len(error_msg) > 0:
|
96 |
rv += error_msg
|
97 |
+
rv += f'\neastern time is: {etz_time()}'
|
98 |
except:
|
99 |
rv = 'Error getting stock report'
|
100 |
return rv
|