anoff / cryptobooks

keep track of your cryptocurrencies stored on multiple hot/cold wallets📈📚
GNU General Public License v3.0
4 stars 0 forks source link

aggregated values are stored twice per interval #12

Closed anoff closed 7 years ago

anoff commented 7 years ago

If the functions execute in under a second the condition to store aggregated updates executes twice per hour/day. image

Should be fixed by taking milliseconds into account as well and not just minutes/seconds.

anoff commented 7 years ago

Seems to be solved, does not trigger at HH:05 anymore image