mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-25 08:43:36 +05:00
fix: remove redundant print statement
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -104,8 +104,6 @@ def get_string_input(
|
|||||||
while True:
|
while True:
|
||||||
_input = input(_question)
|
_input = input(_question)
|
||||||
|
|
||||||
print(_input)
|
|
||||||
|
|
||||||
if _input.lower() in _exclude:
|
if _input.lower() in _exclude:
|
||||||
Logger.print_error("This value is already in use/reserved.")
|
Logger.print_error("This value is already in use/reserved.")
|
||||||
elif default is not None and _input == "":
|
elif default is not None and _input == "":
|
||||||
|
|||||||
Reference in New Issue
Block a user