Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scc-net
netvs
netvs-core
Commits
315c56af
Commit
315c56af
authored
Jan 27, 2021
by
Janis Streib
🦉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
middleware/net_suite/modules/macfinder/views.py
middleware/net_suite/modules/macfinder/views.py
+1
-1
No files found.
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
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