BraydenMoore commited on
Commit
69be298
1 Parent(s): 03acc37

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: