Skip to content

Commit

Permalink
init_script: Add deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
kleidis committed Sep 3, 2024
1 parent f1b9142 commit 8a13771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init_troppical.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Depacrated. Will be remvoed if possible

import sys
import os
import requests
Expand Down Expand Up @@ -49,7 +51,7 @@ def download_and_launch():

# Clean up the temporary files and directory
os.unlink(temp_zip.name)
shutil.rmtree(temp_dir)
shutil.rmtree(temp_dir)

return True
else:
Expand Down

0 comments on commit 8a13771

Please sign in to comment.