Skip to content

Commit

Permalink
ok im actually made of stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Oct 23, 2024
1 parent 06639d0 commit 821aa21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions boot/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ async def on_ready():
sys.exit(1)

tokenstore = secrets.TokenStore(False, password=encryption_password, salt=salt, content_override={'TOKEN': token})
tokenstore.save('.encryptedenv', '.ivs')
print('\x1b[36;1mYour tokens have been stored securely.\x1b[0m')

with open('config.toml', 'rb') as file:
Expand Down
4 changes: 2 additions & 2 deletions plugins/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"id": "system",
"name": "System extensions",
"description": "Unifier system extensions",
"version": "v3.4.6",
"release": 115,
"version": "v3.4.7",
"release": 116,
"minimum": 0,
"shutdown": false,
"modules": [
Expand Down

0 comments on commit 821aa21

Please sign in to comment.