Spaces:
Running
Running
BraydenMoore
commited on
Commit
·
6e74e2b
1
Parent(s):
57ba87e
Update main.py
Browse files
main.py
CHANGED
@@ -52,6 +52,7 @@ def index():
|
|
52 |
else:
|
53 |
feed = random.randint(0, len(live_urls) - 1)
|
54 |
session['current_feed'] = feed
|
|
|
55 |
#url = feed_dict[feed]['url']
|
56 |
url = live_urls[feed]
|
57 |
ip = ''.join(url.split('//')[-1]).split(':')[0]
|
|
|
52 |
else:
|
53 |
feed = random.randint(0, len(live_urls) - 1)
|
54 |
session['current_feed'] = feed
|
55 |
+
|
56 |
#url = feed_dict[feed]['url']
|
57 |
url = live_urls[feed]
|
58 |
ip = ''.join(url.split('//')[-1]).split(':')[0]
|