|
@@ -7,7 +7,7 @@ from time import sleep as _sleep
|
|
|
|
|
|
from typing import Dict as _Dict, List as _List, Optional as _Option, Any as _Any
|
|
|
|
|
|
-VERSION: str = '1.0-rel'
|
|
|
+VERSION: str = '1.0-rel2'
|
|
|
|
|
|
try:
|
|
|
from click import echo as _echo, style as _style, command as _command, option as _option, argument as _arg
|
|
@@ -574,9 +574,6 @@ class Profile:
|
|
|
self._state = True
|
|
|
elif off and not on:
|
|
|
self._state = False
|
|
|
- for act in self._actions:
|
|
|
- a = self._actions[act]
|
|
|
- a.toggle(off=True)
|
|
|
return self._state
|
|
|
|
|
|
def show_help(self):
|