small bugfix
This commit is contained in:
parent
f564cea776
commit
55a5e6b9b3
1 changed files with 2 additions and 1 deletions
|
|
@ -650,6 +650,7 @@ def main():
|
|||
timeout=10
|
||||
)
|
||||
choice=menu.show()
|
||||
if choice != None:
|
||||
chosen_mod = choice.split("\n", 1)[0]
|
||||
|
||||
if chosen_mod != None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue