ekardnam 4 years ago
parent
commit
5ff16a037d
1 changed files with 3 additions and 4 deletions
  1. 3 4
      run.py

+ 3 - 4
run.py

@@ -85,10 +85,9 @@ class Bot(object):
             else:
                 reply_id = None
                 for part in _split_toot(toot):
-                    reply_id =
-                        self.client.status_post(part,
-                        visibility='direct',
-                        in_reply_to_status_id=reply_id).id
+                    reply_id = self.client.status_post(part,
+                     visibility='direct',
+                     in_reply_to_status_id=reply_id).id
 
     def go(self):
         users_to_msg = self.get_users()