0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-04-29 16:35:18 +02:00

Typo in port script

This commit is contained in:
Erik Johnston 2015-04-28 10:34:06 +01:00
parent 5b8b1a43bd
commit 1ccaea5b92

View file

@ -575,7 +575,7 @@ class CursesProgress(Progress):
if self.finished:
self.stdscr.addstr(
self.rows-1, 0,
rows-1, 0,
"Press any key to exit...",
)