Skip to content

Commit

Permalink
Recommit, accidentally deleted one part of the test function for PROWL.
Browse files Browse the repository at this point in the history
  • Loading branch information
tester22 committed Apr 2, 2011
1 parent 64e8a04 commit ca0f8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/config.py
Expand Up @@ -146,7 +146,7 @@ def testGROWL(self, **data):
def testPROWL(self, **data):

prowl = PROWL()
prowl.test(data.get('PROWL.keys'))
prowl.test(data.get('PROWL.keys'), data.get('PROWL.priority'))
return ''

@cherrypy.expose
Expand Down

0 comments on commit ca0f8c9

Please sign in to comment.