mirror of
https://github.com/justinccdev/opensimulator-tools.git
synced 2026-08-14 01:07:50 +00:00
Make active/inactive status reporting stand out a bit more in osimctrl
This commit is contained in:
@@ -102,10 +102,10 @@ class OSimCtrl:
|
||||
print "OpenSimulator path: %s" % self._binaryPath
|
||||
|
||||
if screen != None:
|
||||
print "Status: Active"
|
||||
print "Status: ### Active ###"
|
||||
return True
|
||||
else:
|
||||
print "Status: Inactive"
|
||||
print "Status: ### Inactive ###"
|
||||
return False
|
||||
|
||||
def startComponent(self, opts):
|
||||
|
||||
Reference in New Issue
Block a user