Corrected hashbang to /usr/bin/env python3 because the docker file couldn't interpret only 'python' ...
This commit is contained in:
parent
adc9eb0a3b
commit
0ef1ea3f43
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from fritzconnection import FritzConnection
|
||||
from dotenv import load_dotenv
|
||||
|
|
Loading…
Reference in New Issue