Browse Source

fix missed readMaxPosts definition

main
D4708 3 years ago
parent
commit
f722719660
  1. 2
      reader.py

2
reader.py

@ -30,4 +30,4 @@ followingList = twister.getfollowing(nodeUserName) @@ -30,4 +30,4 @@ followingList = twister.getfollowing(nodeUserName)
for u in followingList:
print "reading", u, "..."
print twister.getposts(100000, [{"username":u}])
print twister.getposts(readMaxPosts, [{"username":u}])

Loading…
Cancel
Save