#429 Bad bad typo
Merged by mprahl. Opened by gnaponie.
gnaponie/greenwave baderror  into  master

Download 429.patch
no initial comment

:thumbsup:

Pull-Request has been merged by mprahl

:thumbsup:

lol, it's merged.

Soooo, how does colon work when used like that? Looks like strange type hint/annotation. I thought those should lead to less errors, not more! :)

It doesn't work! :D
It was there because I changed this:
d.update({'since': '1900-01-01T00:00:00.000000,{}'.format(when)})
(that only me likes it).
To:
d['since'] = '1900-01-01T00:00:00.000000,{}'.format(when)
but I forgot to change the colon.

Metadata