Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Change default url
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsabri committed Oct 24, 2023
1 parent 0741e8b commit 7a2218e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def main():
INPUT_DISCORD_WEBHOOK_URL = os.environ["DISCORD_WEBHOOK_URL"]
INPUT_APARTMENTS_URL = (
os.environ.get("APARTMENTS_URL")
#or "https://bostad.stockholm.se/bostad/?sort=annonserad-fran-desc&ungdom=1"
or "https://bostad.stockholm.se/bostad/?sort=annonserad-fran-desc&ungdom=1&s=59.33489&n=59.34250&w=18.04110&e=18.05474&hide-filter=true"
or "https://bostad.stockholm.se/bostad/?sort=annonserad-fran-desc&ungdom=1"
)
INPUT_APARTMENTS_FILTER = os.environ.get("APARTMENTS_FILTER") # Defaults to None if env not set
if INPUT_APARTMENTS_FILTER:
Expand Down

0 comments on commit 7a2218e

Please sign in to comment.