From 997fe0d4aaaeb5be81583b8ad4d82935d6118969 Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Tue, 9 Apr 2024 00:39:38 +0200 Subject: Notify changed status --- DeviceAuth.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'DeviceAuth.py') 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__) -- cgit v1.2.3