Skip to content

Commit

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

0 comments on commit d9a414f

Please sign in to comment.