I forgot to pull before I updated file.

Merge branch 'master' of ssh://git.ismus.net:2222/homer77/FritzAB2Matrix
This commit is contained in:
Homer S. 2021-06-30 21:06:19 +02:00
commit 2f827d594c
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@ -140,7 +140,7 @@ cython_debug/
# matrix-commander # matrix-commander
/store /store
credentials.json credentials*
# emacs # emacs
*~ *~

View File

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