Skip to content

Instantly share code, notes, and snippets.

@lesp
Created March 20, 2021 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lesp/93e29dc1edd3dbc7c2e8caa000601e7b to your computer and use it in GitHub Desktop.
Save lesp/93e29dc1edd3dbc7c2e8caa000601e7b to your computer and use it in GitHub Desktop.
Secrets.py
# This file is where you keep secret settings, passwords, and tokens!
# If you put them in the code you risk committing that info or sharing it
secrets = {
'ssid' : 'YOUR SSID',
'password' : 'YOUR PASSWORD',
'timezone' : 'YOUR LOCATION', # http://worldtimeapi.org/timezones
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment