ArrcttacsrjksX commited on
Commit
064abe6
·
verified ·
1 Parent(s): 44f9cfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("./SimpleImageToDxfHavePass")
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