fixed module ordering bug

This commit is contained in:
Noah Swerhun 2023-02-12 15:54:06 -06:00
parent 8aee497225
commit a253f96259

View file

@ -28,6 +28,7 @@ def create_module_string(pre, prefix, command, post):
def new_module_thread(alignment, pre, name, prefix, command, post, refresh):
running_modules_dict[alignment][name] = ""
while True:
module_string = create_module_string(pre, prefix, command, post)
running_modules_dict[alignment][name] = module_string