Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeine committed May 22, 2021
1 parent 7e419d0 commit 3855166
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/browse.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
async def main():
client = Client(url="opc.tcp://127.0.0.1:48010", timeout=8)
await client.connect()
await client.load_data_type_definitions()

print("-----------------------------------------------------")
# get the references of a single node
Expand Down
1 change: 1 addition & 0 deletions client/call_method.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# coming soon!
1 change: 0 additions & 1 deletion client/secure_client.py

This file was deleted.

2 changes: 1 addition & 1 deletion server/server1.py → server/BaseServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from datetime import datetime
from asyncua import Server, ua

logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(level=logging.WARNING)
_logger = logging.getLogger('asyncua')

async def main():
Expand Down

0 comments on commit 3855166

Please sign in to comment.