You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "example.py", line 5, in
from base import MiBand2
File "/root/MiBand2/base.py", line 104
self.device.outfile.write(f"{timestamp.strftime('%d.%m.%Y - %H:%M')},{category},{intensity},{steps},{heart_rate}\n")
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "example.py", line 5, in
from base import MiBand2
File "/root/MiBand2/base.py", line 104
self.device.outfile.write(f"{timestamp.strftime('%d.%m.%Y - %H:%M')},{category},{intensity},{steps},{heart_rate}\n")
have you solved this problem? I meet the same question today.
Traceback (most recent call last):
File "example.py", line 5, in
from base import MiBand2
File "/root/MiBand2/base.py", line 104
self.device.outfile.write(f"{timestamp.strftime('%d.%m.%Y - %H:%M')},{category},{intensity},{steps},{heart_rate}\n")
The text was updated successfully, but these errors were encountered: