mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-18 05:48:32 +00:00
Change comment I forgot to change when copy-pasting
This commit is contained in:
parent
191a99b3f4
commit
874696d9ff
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def __init_terminal_provider():
|
||||||
providers = get_current_terminal_adapters()
|
providers = get_current_terminal_adapters()
|
||||||
if len(providers) > 1:
|
if len(providers) > 1:
|
||||||
# All this if is really not supposed to happen at all whatsoever
|
# All this if is really not supposed to happen at all whatsoever
|
||||||
# really what kind of person has 2 simultaneous D.E???
|
# really what kind of person has 2 simultaneous T.E???
|
||||||
print("Multiple providers found select the appropriate one:")
|
print("Multiple providers found select the appropriate one:")
|
||||||
for i, x in enumerate(providers):
|
for i, x in enumerate(providers):
|
||||||
print(f'{i}. {x.__str__()}')
|
print(f'{i}. {x.__str__()}')
|
||||||
|
|
Loading…
Add table
Reference in a new issue