소스 검색

removed debug lines

oloturia 4 년 전
부모
커밋
06900ec18e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      buonanotte.py

+ 0 - 1
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: