From e9a5fa5ed7c071ff7dd3168cc368d94ca1192674 Mon Sep 17 00:00:00 2001 From: kruger <kruger@astron.nl> Date: Mon, 11 Jan 2021 15:14:26 +0100 Subject: [PATCH] pypcc2 --- README.md | 2 +- main.py => pypcc2.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename main.py => pypcc2.py (100%) diff --git a/README.md b/README.md index afb32b2..6752d97 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The software can be simply executed with Python3: `python3 opcuaserv.py` Optional parameters are explained when the `-h` or `--help` parameter is supplied: ```bash -python3 opcuaserv.py --help +python3 pypcc2.py --help cryptography is not installed, use of crypto disabled cryptography is not installed, use of crypto disabled usage: opcuaserv.py [-h] [-s] [--no-lib-hack] [-p PORT] diff --git a/main.py b/pypcc2.py similarity index 100% rename from main.py rename to pypcc2.py -- GitLab