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

Fix output

parent 865e45b0
......@@ -40,10 +40,10 @@ class Following:
for f in self.feed:
User = await output.getUser(f)
if self.config.Database:
db.following(self.conn, self.config.Username, output)
db.following(self.conn, self.config.Username, User.name)
if self.config.Output != None:
output.Write(User.name, self.config.Output)
output.write(User.name, self.config.Output)
self.count += 1
print(User.name)
......
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