From bacc7c1c67ff59ce3941c7b211a89b727acbe435 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Thu, 11 Jan 2024 16:23:42 -0500 Subject: [PATCH] Remove secrets --- MagTag/secrets.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MagTag/secrets.py b/MagTag/secrets.py index 2d364d1..305d4d4 100644 --- a/MagTag/secrets.py +++ b/MagTag/secrets.py @@ -6,9 +6,9 @@ # If you put them in the code you risk committing that info or sharing it secrets = { - 'ssid' : 'Home', - 'password' : '***REMOVED***', - 'aio_username' : 'ckaczor', - 'aio_key' : '***REMOVED***', + 'ssid' : '', + 'password' : '', + 'aio_username' : '', + 'aio_key' : '', 'timezone' : "America/New_York", # http://worldtimeapi.org/timezones }