hamzafar commited on
Commit
998facc
·
verified ·
1 Parent(s): 79af2c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ class DocumentProcessor:
54
  def change_permissions(self, directory):
55
  try:
56
  # Define the command
57
- command = ["sudo", "chmod", "777", "-R", directory]
58
 
59
  # Execute the command
60
  subprocess.run(command, check=True)
 
54
  def change_permissions(self, directory):
55
  try:
56
  # Define the command
57
+ command = ["chmod", "777", "-R", directory]
58
 
59
  # Execute the command
60
  subprocess.run(command, check=True)