mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 13:03:31 +00:00
rename sendtext_only to outbound
to more accurately describe its purpose.
This commit is contained in:
@@ -85,8 +85,8 @@ class VbanCmd(metaclass=ABCMeta):
|
||||
return self
|
||||
|
||||
def login(self):
|
||||
"""Starts the subscriber and updater threads (unless sendtext_only mode)"""
|
||||
if not self.sendtext_only:
|
||||
"""Starts the subscriber and updater threads (unless in outbound mode)"""
|
||||
if not self.outbound:
|
||||
self.running = True
|
||||
self.event.info()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user