Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Update default/example Twitter username
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed Nov 28, 2016
1 parent 6a06251 commit f8b6864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion weatherBot.conf
Expand Up @@ -44,7 +44,7 @@

[variable location]
;enabled = no
;user = bman4789
;user = BrianMitchL

[log]
# write log to file
Expand Down
2 changes: 1 addition & 1 deletion weatherBot.py
Expand Up @@ -64,7 +64,7 @@ def load_config(path):
name=conf['default location'].get('name', 'Morris, MN')),
'variable_location': {
'enabled': conf['variable location'].getboolean('enabled', False),
'user': conf['variable location'].get('user', 'bman4789')
'user': conf['variable location'].get('user', 'BrianMitchL')
},
'log': {
'enabled': conf['log'].getboolean('enabled', True),
Expand Down

0 comments on commit f8b6864

Please sign in to comment.