Skip to content

Commit

Permalink
Update immoscout24 author_icon_url
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdblk committed Sep 8, 2022
1 parent 9174b93 commit 87c2b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/immo/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ def author_icon_url(self) -> str:
"""Return thumbnail URL depending on current enum value"""
match self:
case ImmoWebsite.IMMOSCOUT24:
return "https://play-lh.googleusercontent.com/FMd98MJtJLEo0uEDJtT8Gbs_fRjUV8aoVPpXcPTlZQwYL16vSh4XM2-y_X_-AYhQeMc"
return "https://play-lh.googleusercontent.com/9qHvJvi4zgrXzfhsDlJpyU2JEaadxVtLOy0zg3vUNQTAJhZFroCcXObWMEhlhf_sOkQ"
case ImmoWebsite.HOMEGATE:
return "https://yt3.ggpht.com/ytc/AKedOLSoh7FW3igKCBh1866eXYyNt87wjZ4QJLXMvn3S5g=s900-c-k-c0x00ffffff-no-rj"

0 comments on commit 87c2b67

Please sign in to comment.