Skip to content

Commit 3328c63

Browse files
committed
Merge branch 'master' of https://github.com/Tapawingo/TAKlib
2 parents bebf926 + 5774c0b commit 3328c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TAKfreeServer/TAKWinService/beginProgramAsService.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
sys.path.append(os.path.normpath(os.path.join(SCRIPT_DIR, PACKAGE_PARENT)))
1515
from server import ThreadedServer
1616
class AppServerSvc (win32serviceutil.ServiceFramework):
17-
_svc_name_ = "TAKServer"
18-
_svc_display_name_ = "TAKServer"
17+
_svc_name_ = "FreeTAKServer"
18+
_svc_display_name_ = "FreeTAKServer"
1919
killSwitch = 0
2020

2121
def __init__(self,args):
@@ -47,4 +47,4 @@ def main(self):
4747
port = int(input('please enter the port your server should be listening on: '))
4848
win32serviceutil.HandleCommandLine(AppServerSvc)
4949
else:
50-
win32serviceutil.HandleCommandLine(AppServerSvc)
50+
win32serviceutil.HandleCommandLine(AppServerSvc)

0 commit comments

Comments
 (0)