mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-25 07:45:23 -04:00
Updated version
This commit is contained in:
parent
86c3b18f84
commit
5e15c43ab7
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
__debug_build__ = False
|
||||
__disable_shaders__ = False
|
||||
__version__ = "1.1.0"
|
||||
__version__ = "1.1.1"
|
||||
__variant__ = ""
|
||||
|
||||
import sys
|
||||
|
|
|
@ -4445,7 +4445,7 @@ class SidebandCore():
|
|||
thread.start()
|
||||
|
||||
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):
|
||||
if self.webshare_server != None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue