Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
pakon-dev-detect
Commits
0d40fc31
Verified
Commit
0d40fc31
authored
May 11, 2017
by
Martin Petráček
Browse files
change known_macs file path
parent
3d17bdff
Pipeline
#3896
passed with stage
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dev_detect/mac_addr_store.py
View file @
0d40fc31
...
...
@@ -28,7 +28,7 @@ import threading
logger
=
logging
.
getLogger
(
'devdetect'
)
STORE_FILE
=
'/usr/share/known_macs'
STORE_FILE
=
'/usr/share/
pakon-dev-detect/
known_macs'
class
MacAddrStore
():
"""keeps MAC addresses as dictionary, MAC address is the key, timestamp is the value"""
...
...
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