1
0
Fork 0
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:
oloturia 2020-03-21 00:26:23 +01:00
parent 8c8950d6cd
commit 06900ec18e

View file

@ -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: