Press any key -> Press enter

This commit is contained in:
PandaNinjas 2023-04-26 18:26:22 -04:00 committed by GitHub
parent 3a1ac3e25a
commit 1315d0b2a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ def create_config() -> Config:
if term_len < 2 * asc_width + 4 or term_lines < 30: if term_len < 2 * asc_width + 4 or term_lines < 30:
printc(f'&cWarning: Your terminal is too small ({term_len} * {term_lines}). \n' printc(f'&cWarning: Your terminal is too small ({term_len} * {term_lines}). \n'
f'Please resize it for better experience.') f'Please resize it for better experience.')
input('Press any key to ignore...') input('Press enter to ignore...')
except: except:
# print('Warning: We cannot detect your terminal size.') # print('Warning: We cannot detect your terminal size.')
pass pass