Browse Source

fixed syntax error

gjwang 9 years ago
parent
commit
6f7b9d84d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wxbot.py

+ 1 - 1
wxbot.py

@@ -419,7 +419,7 @@ class WXBot:
                     msg_type_id = 2
                     content = content.replace('<br/>','\n')
                     if self.DEBUG:
-                        print '[File] %s : %s' % (name, )
+                        print '[File] %s : %s' % (name, content)
 
                 elif msg['FromUserName'] == self.user['UserName']: #self
                     msg_type_id = 3