We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2849b80 commit bb2a387Copy full SHA for bb2a387
examples/gui/bottle/frontend.py
@@ -284,7 +284,7 @@ def RunDebugModbusFrontend(server, port=8080):
284
identity = ModbusDeviceIdentification()
285
identity.VendorName = 'Pymodbus' # noqa E221
286
identity.ProductCode = 'PM'
287
- identity.VendorUrl = 'http://github.com/riptideio/pymodbus/' # noqa E221
+ identity.VendorUrl = 'https://github.com/riptideio/pymodbus/' # noqa E221
288
identity.ProductName = 'Pymodbus Server'
289
identity.ModelName = 'Pymodbus Server' # noqa E221
290
identity.MajorMinorRevision = version.short()
0 commit comments