broadfield-dev commited on
Commit
a675962
·
verified ·
1 Parent(s): 48a48d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ from cryptography.exceptions import InvalidTag
18
  import subprocess
19
  result = subprocess.run(["pip", "freeze"], capture_output=True, text=True)
20
  print(result.stdout)
21
- break
22
 
23
 
24
  # --- Configure Logging ---
 
18
  import subprocess
19
  result = subprocess.run(["pip", "freeze"], capture_output=True, text=True)
20
  print(result.stdout)
 
21
 
22
 
23
  # --- Configure Logging ---