mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2025-01-18 18:40:47 +00:00
Update base.py
fix print message bug
This commit is contained in:
parent
e28459d50b
commit
d849ed3a15
@ -258,9 +258,9 @@ class VbanCmd(metaclass=ABCMeta):
|
|||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
self.apply(self.configs[name])
|
self.apply(self.configs[name])
|
||||||
|
print(f"Profile '{name}' applied!")
|
||||||
except KeyError as e:
|
except KeyError as e:
|
||||||
print(("\n").join(error_msg))
|
print(("\n").join(error_msg))
|
||||||
print(f"Profile '{name}' applied!")
|
|
||||||
|
|
||||||
def logout(self):
|
def logout(self):
|
||||||
self.running = False
|
self.running = False
|
||||||
|
Loading…
Reference in New Issue
Block a user