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