Shyamnath commited on
Commit
2072924
Β·
1 Parent(s): 9d5f319

Fix UnboundLocalError by removing duplicate os import

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ def main():
21
  os.makedirs("templates", exist_ok=True)
22
 
23
  # Debug: Check current directory and files
24
- import os
25
  print(f"πŸ” Current working directory: {os.getcwd()}")
26
  print(f"πŸ” Files in current directory: {os.listdir('.')}")
27
 
 
21
  os.makedirs("templates", exist_ok=True)
22
 
23
  # Debug: Check current directory and files
 
24
  print(f"πŸ” Current working directory: {os.getcwd()}")
25
  print(f"πŸ” Files in current directory: {os.listdir('.')}")
26