BinaryONe commited on
Commit
5c52c74
·
1 Parent(s): 21802f4

Miseleneous Fixes - Update on HTMLs

Browse files
FileStream/server/APP/render_template.py CHANGED
@@ -10,7 +10,7 @@ db = Database(Telegram.DATABASE_URL, Telegram.SESSION_NAME)
10
 
11
 
12
  # Define the path to the static folder
13
- static_folder = os.path.join(os.path.dirname(__file__), 'template')
14
 
15
 
16
  async def render_page(db_id):
 
10
 
11
 
12
  # Define the path to the static folder
13
+ static_folder = os.path.join(os.path.dirname(__file__), '..','template')
14
 
15
 
16
  async def render_page(db_id):
FileStream/server/template/play.html CHANGED
@@ -166,6 +166,6 @@
166
  });
167
  </script>
168
  <script src="https://cdn.plyr.io/3.6.9/plyr.js"></script>
169
- <script type="text/javascript" src="./template/owner.js" ></script>
170
 
171
  </html>
 
166
  });
167
  </script>
168
  <script src="https://cdn.plyr.io/3.6.9/plyr.js"></script>
169
+ <script type="text/javascript" src="owner.js" ></script>
170
 
171
  </html>