Corrected help /REST typo

This commit is contained in:
ABelliqueux 2021-06-18 10:42:51 +02:00
parent 50c0bd3ead
commit 492deaf366

4
gbscc
View File

@ -14,7 +14,7 @@ GBSCONTROL_ADDRESS = "gbscontrol.local"
import sys
import http.client
conn = http.client.HTTPConnection( GBSCONTROL_ADDRESS )
conn = http.client.HTTPConnection( GBSCONTROL_ADDRESS , timeout=3)
context = ""
@ -94,7 +94,7 @@ def main():
"\tSystem :\n\n" +
"\t\t /RESET Reset the GBS\n\n" +
"\t\t /REST Reset the GBS\n\n" +
"\tEnhancements:\n\n" +