Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
315c56af
Commit
315c56af
authored
Jan 27, 2021
by
janis.streib
🦉
Browse files
UPD: macfinder: let Macfinderjob inherit dbobject
parent
98208eee
Pipeline
#130057
passed with stages
in 6 minutes
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
middleware/net_suite/modules/macfinder/views.py
View file @
315c56af
...
...
@@ -9,7 +9,7 @@ import re
import
collections
from
.
import
OUI_DB
class
MacFinderJob
(
o
bject
):
class
MacFinderJob
(
DBO
bject
):
def
__init__
(
self
,
job_id
,
mac
,
vlan
):
self
.
job_id
=
job_id
self
.
finished
=
self
.
failed
=
False
...
...
Write
Preview
Supports
Markdown
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