Removed extra line break in menu_select
This commit is contained in:
parent
18fc97293e
commit
560929e2fa
1 changed files with 0 additions and 1 deletions
|
|
@ -369,7 +369,6 @@ def menu_select(title='~ Untitled Menu ~',
|
||||||
letter = entry['Letter'].upper(),
|
letter = entry['Letter'].upper(),
|
||||||
width = len(str(len(action_entries))),
|
width = len(str(len(action_entries))),
|
||||||
name = entry['Name'])
|
name = entry['Name'])
|
||||||
menu_splash += '\n'
|
|
||||||
|
|
||||||
answer = ''
|
answer = ''
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue