Skip to content

Commit

Permalink
test python patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-ny authored Sep 19, 2024
1 parent c8b967b commit 7f834cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/commands/IgnoreCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import sys
import logging

#build trigger

class IgnoreCommand(BlabberCommand):
logger = logging.getLogger("VeraDemo:IgnoreCommand")

Expand Down Expand Up @@ -35,4 +37,4 @@ def execute(self, blabberUsername):

# TODO: Implement exceptions

self.logger.error("Unexpected error:", sys.exc_info()[0])
self.logger.error("Unexpected error:", sys.exc_info()[0])

0 comments on commit 7f834cb

Please sign in to comment.