Skip to content

Commit

Permalink
Stop wetterarchivde "Report exists" messages
Browse files Browse the repository at this point in the history
The wetter.com api requires time stamps rounded to the nearest minute
and then treats any time less than five minutes away as being a
duplicate.

Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed Aug 23, 2018
1 parent fb949be commit 76ce5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '18.8.0'
_release = '1576'
_commit = '2f097d0'
_release = '1577'
_commit = 'fb949be'
2 changes: 1 addition & 1 deletion src/pywws/service/wetterarchivde.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

class ToService(pywws.service.CatchupDataService):
fixed_data = {'sid': 'pywws'}
interval = timedelta(seconds=290)
interval = timedelta(seconds=300)
logger = logger
service_name = service_name
template = """
Expand Down

0 comments on commit 76ce5a9

Please sign in to comment.