summaryrefslogtreecommitdiff
path: root/DeviceAuth.py
diff options
context:
space:
mode:
authorDmitrii Morozov <snoopdesigns@gmail.com>2024-04-09 00:39:38 +0200
committerDmitrii Morozov <snoopdesigns@gmail.com>2024-04-09 00:39:38 +0200
commit997fe0d4aaaeb5be81583b8ad4d82935d6118969 (patch)
tree593e25e05801855b2735e2b267c3dedf15a19edc /DeviceAuth.py
parent7b992afe70925f244ca6e9746071ae71e497b54e (diff)
Notify changed status
Diffstat (limited to 'DeviceAuth.py')
-rw-r--r--DeviceAuth.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/DeviceAuth.py b/DeviceAuth.py
index d62731c..3374956 100644
--- a/DeviceAuth.py
+++ b/DeviceAuth.py
@@ -5,10 +5,6 @@ class DeviceAuth:
__filename__ = 'device-auth.json'
- def __init__(self):
- print('DeviceAuth init')
-
-
def device_auth_file_exists(self):
return os.path.isfile(self.__filename__)