From c9569c2fb3e96799271b8790d2989e0445f9ae0f Mon Sep 17 00:00:00 2001 From: Aaron Tainter Date: Sun, 12 Feb 2017 13:08:39 -0800 Subject: [PATCH] Remove IP variable --- smartmirror.py | 1 - 1 file changed, 1 deletion(-) diff --git a/smartmirror.py b/smartmirror.py index 210ba7d4..3d938b77 100644 --- a/smartmirror.py +++ b/smartmirror.py @@ -16,7 +16,6 @@ LOCALE_LOCK = threading.Lock() -ip = '' ui_locale = '' # e.g. 'fr_FR' fro French, '' as default time_format = 12 # 12 or 24 date_format = "%b %d, %Y" # check python doc for strftime() for options