BraydenMoore commited on
Commit
e68c917
·
1 Parent(s): 1f32ba3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -7
main.py CHANGED
@@ -14,13 +14,7 @@ logging.basicConfig(level=logging.INFO)
14
  app = Flask(__name__)
15
  app.secret_key = 'green-flounder'
16
 
17
- with open('video_dict.pkl', 'rb') as f:
18
- feed_dict = pkl.load(f)
19
-
20
- with open('live_urls.pkl', 'rb') as f:
21
- live_urls = pkl.load(f)
22
-
23
- with open('active_urls.pkl', 'rb') as f:
24
  live_urls = pkl.load(f)
25
 
26
  def load_exception_urls():
 
14
  app = Flask(__name__)
15
  app.secret_key = 'green-flounder'
16
 
17
+ with open('video_urls.pkl', 'rb') as f:
 
 
 
 
 
 
18
  live_urls = pkl.load(f)
19
 
20
  def load_exception_urls():