mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 16:14:01 +02:00
Disable reporting of open/close switch, needs rewrite
This commit is contained in:
parent
fda6f26db4
commit
33902536c1
1 changed files with 5 additions and 4 deletions
|
@ -373,10 +373,11 @@ if __name__ == "__main__":
|
||||||
ircThread = IrcThread(config, ircMsgQueue)
|
ircThread = IrcThread(config, ircMsgQueue)
|
||||||
ircThread.setDaemon(True)
|
ircThread.setDaemon(True)
|
||||||
ircThread.start()
|
ircThread.start()
|
||||||
if config.useOpenSwitch:
|
# Disable for now, topic is not working properly
|
||||||
openSwitchThread = OpenSwitchThread(config, ircThread)
|
# if config.useOpenSwitch:
|
||||||
openSwitchThread.setDaemon(True)
|
# openSwitchThread = OpenSwitchThread(config, ircThread)
|
||||||
openSwitchThread.start()
|
# openSwitchThread.setDaemon(True)
|
||||||
|
# openSwitchThread.start()
|
||||||
|
|
||||||
nfcScanner = NFCScanner(config, ircMsgQueue, ircThread)
|
nfcScanner = NFCScanner(config, ircMsgQueue, ircThread)
|
||||||
nfcScanner.run()
|
nfcScanner.run()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue