Skip to content

Commit

Permalink
Fixed prowl_api variable in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dlesk committed Jan 8, 2012
1 parent 09e354d commit cd15807
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified Gamez.db
Binary file not shown.
3 changes: 2 additions & 1 deletion Gamez.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ ignored_version =
api_key = "ikzFRzA1Y8I1UajNJAOQ803TbTYk1vLB64A9SxrAxAw"

[Notifications]
prowl__api = ""
prowl__api =
prowl_api = ""

2 changes: 1 addition & 1 deletion lib/ConfigFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def CheckConfigForAllKeys(app_path):
changesMade = True

if(config.has_option('Notifications','prowl_api') == False):
config.set('Notifications','prowl__api','""')
config.set('Notifications','prowl_api','""')
changesMade = True

if(changesMade):
Expand Down
Binary file modified lib/ConfigFunctions.pyc
Binary file not shown.

0 comments on commit cd15807

Please sign in to comment.