mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2025-01-18 10:30:48 +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:
|
||||
self.apply(self.configs[name])
|
||||
print(f"Profile '{name}' applied!")
|
||||
except KeyError as e:
|
||||
print(("\n").join(error_msg))
|
||||
print(f"Profile '{name}' applied!")
|
||||
|
||||
def logout(self):
|
||||
self.running = False
|
||||
|
Loading…
Reference in New Issue
Block a user