sejnub / docker-amazon-dash-sniff

Docker image for amazon dash button hack
MIT License
0 stars 0 forks source link

AttributeError: type object 'datetime.datetime' has no attribute 'timedelta' #2

Open sejnub opened 5 years ago

sejnub commented 5 years ago

docker logs f364c1bb1cd9 Traceback (most recent call last): File "/usr/local/bin/dash-hassio.py", line 23, in one_day = datetime.timedelta(days=1) AttributeError: type object 'datetime.datetime' has no attribute 'timedelta'

sejnub commented 5 years ago

python 2.4 is started. But I need python 3.

So I try

sudo apt-get install python3