Corrected hashbang to /usr/bin/env python3 because the docker file couldn't interpret only 'python' ...

This commit is contained in:
Homer S. 2021-07-01 00:04:06 +02:00
parent adc9eb0a3b
commit 0ef1ea3f43
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from fritzconnection import FritzConnection
from dotenv import load_dotenv