Update app.py
Browse files
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 ---
|