mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 16:36:25 +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:
|
||||
raise BrmdoorConfigError("No such loglevel - %s" % levelString)
|
||||
|
||||
class NFCUnlocker(object):
|
||||
class NFCScanner(object):
|
||||
"""Thread reading data from NFC reader"""
|
||||
|
||||
def __init__(self, config):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue