added tor control and stem

This commit is contained in:
Kevin Froman 2018-09-04 23:06:17 -05:00
parent cf37823fd7
commit 67be0bebc2
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
3 changed files with 31 additions and 6 deletions

View file

@ -46,6 +46,7 @@ class OnionrCLIUI:
showMenu = True
isOnline = "No"
firstRun = True
choice = ''
if self.myCore._utils.localCommand('ping') == 'pong':
firstRun = False