working on member menu manage
This commit is contained in:
@@ -11,7 +11,7 @@ class InputMenu:
|
||||
|
||||
def do_input(self):
|
||||
print("")
|
||||
print(f"/--[ {self._title} ]----------------------------")
|
||||
print(f"/--[ {self._title} ]-------------")
|
||||
|
||||
for i in range(len(self._fields)):
|
||||
data = None
|
||||
|
Reference in New Issue
Block a user