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

Update followers.py

parent fde1df09
...@@ -40,7 +40,7 @@ class Followers: ...@@ -40,7 +40,7 @@ class Followers:
for f in self.feed: for f in self.feed:
User = await output.getUser(f) User = await output.getUser(f)
if self.config.Database: if self.config.Database:
db.followers(self.conn, self.config.Username, output) db.followers(self.conn, self.config.Username, User.name)
if self.config.Output != None: if self.config.Output != None:
output.write(User.name, self.config.Output) output.write(User.name, self.config.Output)
......
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