Skip to content

Commit

Permalink
Disabled calculation of durations
Browse files Browse the repository at this point in the history
  • Loading branch information
GerRudi authored Jun 18, 2019
1 parent 6a15319 commit 5053ff0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flathunter/hunter.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ def hunt_flats(self, config, searchers, id_watch):
size=expose['size'],
price=expose['price'],
url=expose['url'],
durations=self.get_formatted_durations(config, address)).strip()
location=expose['location'],
durations="",
# UNCOMMENT below and COMMENT Above to enable duration feature
#durations=self.get_formatted_durations(config, address)).strip()

# send message to all receivers
sender.send_msg(message)
Expand Down

0 comments on commit 5053ff0

Please sign in to comment.