Changed to a less environment specific Hashbang.

This commit is contained in:
Homer S. 2021-06-30 00:39:52 +02:00
parent 74976133fd
commit f5ca730734
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python
from fritzconnection import FritzConnection
from dotenv import load_dotenv
@ -135,4 +135,3 @@ if __name__ == "__main__":