idk what happened since last commit, probably just a FIXME comment

master
BodgeMaster 2022-03-19 04:46:36 +01:00
parent 12f6c98697
commit 4e193da02f
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ menu_structure = {
}
}
#FIXME: come up with a way to uniquely declare separators so they don't become the same element of a dict
def build_menu(structure_dict, menu):
for entry in structure_dict:
if structure_dict[entry]==None: