Skip to content

Commit

Permalink
set debug to true (rhohndorf#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfifer authored Apr 17, 2023
1 parent 9a231e6 commit e2aa7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Config(metaclass=Singleton):

def __init__(self):
"""Initialize the Config class"""
self.debug = False
self.debug = True
self.continuous_mode = False
self.speak_mode = False

Expand Down

0 comments on commit e2aa7c4

Please sign in to comment.