fix missed readMaxPosts definition

This commit is contained in:
D4708 2021-06-28 22:53:11 +03:00
parent 58589e480a
commit f722719660

View File

@ -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}])