Commit bc2140a0 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update follow.py

parent 2fb34e17
......@@ -34,9 +34,10 @@ class Follow:
while True:
if len(self.feed) > 0:
await self.follow()
elif get.Limit(self.config.Limit, self.count):
break
else:
break
if get.Limit(self.config.Limit, self.count):
break
verbose.Count(self.config, self.count)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment