Skip to content

Commit

Permalink
Remove IP variable
Browse files Browse the repository at this point in the history
  • Loading branch information
atainter committed Feb 12, 2017
1 parent f215d53 commit c9569c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smartmirror.py
Expand Up @@ -16,7 +16,6 @@

LOCALE_LOCK = threading.Lock()

ip = '<IP>'
ui_locale = '' # e.g. 'fr_FR' fro French, '' as default

This comment has been minimized.

Copy link
@amitk27

amitk27 Oct 2, 2017

i m not able to change this

time_format = 12 # 12 or 24
date_format = "%b %d, %Y" # check python doc for strftime() for options
Expand Down

2 comments on commit c9569c2

@markferreira01
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you trying to remove the Variable to begin with?

@amitk27
Copy link

@amitk27 amitk27 commented on c9569c2 Oct 11, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.