mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 19:20:56 +02:00
aiocmd: update patch
This commit is contained in:
parent
a278caaed2
commit
b96228af30
2 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ diff -urN aiocmd-0.1.2.orig/aiocmd/aiocmd.py aiocmd-0.1.2/aiocmd/aiocmd.py
|
|||
while True:
|
||||
try:
|
||||
- result = await self.session.prompt(self.prompt, async_=True, completer=self.completer)
|
||||
+ result = await self.session.prompt(self.prompt, completer=self.completer)
|
||||
+ result = await self.session.prompt_async(self.prompt, completer=self.completer)
|
||||
except EOFError:
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue