Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Tapawingo/TAKlib
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 committed Apr 18, 2020
2 parents bebf926 + 5774c0b commit 3328c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TAKfreeServer/TAKWinService/beginProgramAsService.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
sys.path.append(os.path.normpath(os.path.join(SCRIPT_DIR, PACKAGE_PARENT)))
from server import ThreadedServer
class AppServerSvc (win32serviceutil.ServiceFramework):
_svc_name_ = "TAKServer"
_svc_display_name_ = "TAKServer"
_svc_name_ = "FreeTAKServer"
_svc_display_name_ = "FreeTAKServer"
killSwitch = 0

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

0 comments on commit 3328c63

Please sign in to comment.