From 06900ec18e1771ad2479955c0eab8df8d860594c Mon Sep 17 00:00:00 2001 From: oloturia Date: Sat, 21 Mar 2020 00:26:23 +0100 Subject: [PATCH] removed debug lines --- buonanotte.py | 1 - 1 file changed, 1 deletion(-) diff --git a/buonanotte.py b/buonanotte.py index b1feb8a..1ddc03e 100644 --- a/buonanotte.py +++ b/buonanotte.py @@ -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: