Skip to content

Commit

Permalink
Update data_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maksxpl committed Jun 6, 2024
1 parent 92002d9 commit ba99416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abominable_intelligence/data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def config() -> dict:
"prefix": (),
"guild_id": (),
},
"sql": {"encrypt_key": "example_key"},
"sql": {"encrypt_key": os.urandom(32)},
}


Expand Down

0 comments on commit ba99416

Please sign in to comment.