mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Fixed a typo
This commit is contained in:
parent
d7afa77c49
commit
7a78accd1f
@ -264,7 +264,7 @@ class Session(base.baseSession):
|
||||
returns a list with all items retrieved."""
|
||||
results = []
|
||||
if self.db.get(name) == None or self.db.get(name) == []:
|
||||
last_id = None
|
||||
since_id = None
|
||||
else:
|
||||
if self.settings["general"]["reverse_timelines"] == False:
|
||||
since_id = self.db[name][-1].id
|
||||
|
Loading…
Reference in New Issue
Block a user