Skip to content

Commit

Permalink
Update updater.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KorryKatti authored Mar 14, 2024
1 parent fd637d4 commit ac3dd52
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ def main():
# Display "Done" message
print("Done")

# Change directory to the current directory
os.chdir(os.path.dirname(__file__))



# Install requirements.txt
subprocess.run(["pip", "install", "-r", "requirements.txt"])

# Launch index.py
subprocess.run(["python", "index.py"])

Expand Down

0 comments on commit ac3dd52

Please sign in to comment.