Skip to content

Commit 979a925

Browse files
committed
bugfix
1 parent c9f6a48 commit 979a925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/liteserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from modules.module import MtcModule
44
from mytoninstaller.mytoninstaller import set_node_argument
5-
from mytoninstaller.node_args import get_node_args
65

76

87
class LiteserverModule(MtcModule):
@@ -18,6 +17,7 @@ def enable(self):
1817
set_node_argument(self.local, ["--celldb-cache-size", "1073741824"])
1918

2019
def disable(self):
20+
from mytoninstaller.node_args import get_node_args
2121
set_node_argument(self.local, ["--celldb-no-preload-all", "-d"])
2222
if get_node_args()['--celldb-cache-size']:
2323
set_node_argument(self.local, ["--celldb-cache-size", "-d"])

0 commit comments

Comments
 (0)