Fix all tests
This commit is contained in:
@@ -344,7 +344,7 @@ class Local(util.Base):
|
||||
# Check if this person was seen recently
|
||||
if not util.last_online_recent(date_last_seen):
|
||||
continue
|
||||
ad_id = ad["data"]["ad_id"]
|
||||
ad_id = str(ad["data"]["ad_id"])
|
||||
username = ad["data"]["profile"]["username"]
|
||||
temp_price = ad["data"]["temp_price"]
|
||||
if ad["data"]["currency"] != currency:
|
||||
|
||||
Reference in New Issue
Block a user