Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/KorryKatti/Thunder
Browse files Browse the repository at this point in the history
  • Loading branch information
KorryKatti committed Mar 14, 2024
2 parents a22dab8 + ac3dd52 commit 10a09e3
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 10a09e3

Please sign in to comment.