BinaryONe commited on
Commit
21802f4
·
1 Parent(s): 3f54f83

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):