Fix all tests

This commit is contained in:
2022-05-24 08:38:37 +01:00
parent 3b58d178a4
commit 50213a1ac2
9 changed files with 788 additions and 6290 deletions

View File

@@ -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: