mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 13:30:36 +01:00
Updated version
This commit is contained in:
parent
86c3b18f84
commit
5e15c43ab7
@ -1,6 +1,6 @@
|
|||||||
__debug_build__ = False
|
__debug_build__ = False
|
||||||
__disable_shaders__ = False
|
__disable_shaders__ = False
|
||||||
__version__ = "1.1.0"
|
__version__ = "1.1.1"
|
||||||
__variant__ = ""
|
__variant__ = ""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -4445,7 +4445,7 @@ class SidebandCore():
|
|||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
self.setstate("core.started", True)
|
self.setstate("core.started", True)
|
||||||
RNS.log("Sideband Core "+str(self)+" version "+str(self.version_str)+" started")
|
RNS.log("Sideband Core "+str(self)+" "+str(self.version_str)+" started")
|
||||||
|
|
||||||
def stop_webshare(self):
|
def stop_webshare(self):
|
||||||
if self.webshare_server != None:
|
if self.webshare_server != None:
|
||||||
|
Loading…
Reference in New Issue
Block a user