mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 13:04:07 -04:00
Typo in port script
This commit is contained in:
parent
5b8b1a43bd
commit
1ccaea5b92
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ class CursesProgress(Progress):
|
||||||
|
|
||||||
if self.finished:
|
if self.finished:
|
||||||
self.stdscr.addstr(
|
self.stdscr.addstr(
|
||||||
self.rows-1, 0,
|
rows-1, 0,
|
||||||
"Press any key to exit...",
|
"Press any key to exit...",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue