Spaces:
Running
Running
Commit
·
85130f8
1
Parent(s):
9bb4fff
Update main.py
Browse files
main.py
CHANGED
@@ -93,6 +93,7 @@ def index():
|
|
93 |
org = info['org'].lower()
|
94 |
timezone = pytz.timezone(info['timezone'])
|
95 |
time = dt.datetime.now(timezone)
|
|
|
96 |
loc = info['loc']
|
97 |
X, Y = latlon_to_pixel(info['loc'])
|
98 |
proxy_url = 'proxy/' + url
|
|
|
93 |
org = info['org'].lower()
|
94 |
timezone = pytz.timezone(info['timezone'])
|
95 |
time = dt.datetime.now(timezone)
|
96 |
+
time = time.strftime("%I:%M:%S %p")
|
97 |
loc = info['loc']
|
98 |
X, Y = latlon_to_pixel(info['loc'])
|
99 |
proxy_url = 'proxy/' + url
|