mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 02:32:58 -03:00
Improve output when rendezvous circuits all close
This commit is contained in:
parent
0eee8ce05b
commit
3871fcf5eb
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ class Onion(object):
|
|||
num_rend_circuits += 1
|
||||
|
||||
if num_rend_circuits == 0:
|
||||
print("Tor rendevous circuits have closed" + " " * 20)
|
||||
print("\rTor rendezvous circuits have closed" + " " * 20)
|
||||
break
|
||||
|
||||
if num_rend_circuits == 1:
|
||||
|
|
Loading…
Add table
Reference in a new issue