Skip to content

Commit 1cde302

Browse files
committed
fix bug
1 parent 6cd612f commit 1cde302

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wechatrobot/WeChatRobot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ def handle(self):
9898
except json.JSONDecodeError:
9999
pass
100100
except UnicodeDecodeError as e:
101-
logging.error(e)
102-
logging.error(msg)
101+
pass
103102
conn.close()
104103

105104
ip_port = ( self.ip , self.port )

0 commit comments

Comments
 (0)