BraydenMoore commited on
Commit
9578bef
1 Parent(s): 11fcec1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -15,8 +15,8 @@ with open('video_dict.pkl', 'rb') as f:
15
  with open('live_urls.pkl', 'rb') as f:
16
  live_urls = pkl.load(f)
17
 
18
- with open('active_urls.pkl', 'rb') as f:
19
- live_urls = pkl.load(f)
20
 
21
  def get_ip_info(ip_address):
22
  try:
 
15
  with open('live_urls.pkl', 'rb') as f:
16
  live_urls = pkl.load(f)
17
 
18
+ #with open('active_urls.pkl', 'rb') as f:
19
+ # live_urls = pkl.load(f)
20
 
21
  def get_ip_info(ip_address):
22
  try: