sta_connect_example.py: debugging off

This commit is contained in:
Jed Reynolds
2020-06-05 15:24:56 -07:00
parent 637314fcc5
commit 4217566b7d

View File

@@ -15,7 +15,7 @@ from sta_connect import StaConnect
def main():
staConnect = StaConnect("localhost", 8080, _debugOn=True)
staConnect = StaConnect("localhost", 8080, _debugOn=False)
staConnect.sta_mode = 0
staConnect.upstream_resource = 1
staConnect.upstream_port = "eth1"