mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-09 08:54:00 +02:00
Renamed card scanner class.
This commit is contained in:
parent
9dcc30fc8d
commit
739c1a1e19
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class BrmdoorConfig(object):
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
raise BrmdoorConfigError("No such loglevel - %s" % levelString)
|
raise BrmdoorConfigError("No such loglevel - %s" % levelString)
|
||||||
|
|
||||||
class NFCUnlocker(object):
|
class NFCScanner(object):
|
||||||
"""Thread reading data from NFC reader"""
|
"""Thread reading data from NFC reader"""
|
||||||
|
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue