Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
osie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
osie
Commits
ec1c86b9
Commit
ec1c86b9
authored
Oct 04, 2023
by
Martin Manchev
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Fix] URL None exception ...
parent
637fcdd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
opcua-to-http-gw/opcua-to-http-gw.py
opcua-to-http-gw/opcua-to-http-gw.py
+1
-1
No files found.
opcua-to-http-gw/opcua-to-http-gw.py
View file @
ec1c86b9
...
...
@@ -35,7 +35,7 @@ ERP5_REQUEST_API = "ERP5Site_handleOPCUARequest"
# ERP5 backend storage for OPCUA Document
@
dataclass
(
frozen
=
True
)
class
ERP5Handler
(
asyncua
.
common
.
subscription
.
SubHandler
):
url
:
str
url
=
None
session
:
requests
.
Session
=
field
(
default_factory
=
requests
.
Session
)
@
property
...
...
Martin Manchev
@mmanchev23
mentioned in commit
dbbe322e
·
Oct 19, 2023
mentioned in commit
dbbe322e
mentioned in commit dbbe322e2d13f5ab20b70b69c3ac88763a1064cf
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment