bep40 commited on
Commit
37067ce
·
verified ·
1 Parent(s): 84fe37c

revert: app_wrapper.py back to previous (import from shorts_carousel)

Browse files
Files changed (1) hide show
  1. app_wrapper.py +1 -2
app_wrapper.py CHANGED
@@ -2,8 +2,7 @@
2
  import sys, os, re as _re
3
 
4
  sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
5
- from shorts_scraper import scrape_24h_news_shorts # WORKING version (uses <article> tags)
6
- from shorts_carousel import render_shorts_carousel, SHORTS_CSS, _extract_24h_video_url
7
 
8
  import app
9
 
 
2
  import sys, os, re as _re
3
 
4
  sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
5
+ from shorts_carousel import scrape_24h_news_shorts, render_shorts_carousel, SHORTS_CSS, _extract_24h_video_url
 
6
 
7
  import app
8