mirror of
https://gitlab.com/oloturia/buonanotte.git
synced 2025-01-06 21:47:20 +01:00
removed debug lines
This commit is contained in:
parent
8c8950d6cd
commit
06900ec18e
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ class goodListener(StreamListener):
|
|||
account = notification["account"]["acct"]
|
||||
content = notification["status"]["content"]
|
||||
goodNight = regex.search(content)
|
||||
print(content)
|
||||
if content.find("dormire") != -1:
|
||||
lang = 'it'
|
||||
elif content.find("dormiria") != -1:
|
||||
|
|
Loading…
Reference in a new issue