Roman Levin

Results 3 issues of Roman Levin

When the purifier is set up, the token is "????". If I reset the device and connect to its access point, `miio` doesn't seem to detect the device at all....

Other than unnecessarily losing timestamp accuracy, this breaks for syslog daemons that expect sub-second accuracy (like `fluentd`).

Given: ``` python # a.py e = 'something' # b.py from a import * try: something() except Exception as e: log(e) ``` Transforms ``` python from a import * ```...