Skip to content

Commit

Permalink
debug defined in notifiers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Jan 14, 2024
1 parent 7da3779 commit cb499e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libStreamDetective/notifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
from libStreamDetective import *
from libStreamDetective.libStreamDetective import *

debug = print
trace = print

class Notifier:
usersUrl='https://api.twitch.tv/helix/users?'

def __init__(self, config, parent):
self.config = config
self.ProfileName = config['ProfileName']
Expand Down

0 comments on commit cb499e9

Please sign in to comment.