Spaces:
Sleeping
Sleeping
ArrcttacsrjksX
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ def main():
|
|
249 |
"""Main entry point with proper error handling."""
|
250 |
try:
|
251 |
# Ensure executable permissions
|
252 |
-
executable = Path("./
|
253 |
if executable.exists():
|
254 |
executable.chmod(0o755)
|
255 |
|
|
|
249 |
"""Main entry point with proper error handling."""
|
250 |
try:
|
251 |
# Ensure executable permissions
|
252 |
+
executable = Path("./Backup")
|
253 |
if executable.exists():
|
254 |
executable.chmod(0o755)
|
255 |
|