Spelling: RPC server (#352)

This commit is contained in:
Allan Nordhøy 2019-12-17 02:39:06 +01:00 committed by Gobinath
parent 7b4cba6a3d
commit 33715f74a6
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def main():
logging.info("Safe Eyes is already running")
if not config.get("use_rpc_server", True):
# RPC sever is disabled
print(_('Safe Eyes is running with RPC Server disabled. Enable the RPC server to use command-line arguments.'))
print(_('Safe Eyes is running without an RPC server. Turn it on to use command-line arguments.'))
sys.exit(0)
return
rpc_client = RPCClient(config.get('rpc_port'))