Skip to content

Commit 3305c32

Browse files
authored
fix: Online version manuf.txt location
1 parent afb2985 commit 3305c32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pymanuf/online.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def __fetch_manuf():
1717
global __LAST_FETCHED, __CONTENT
1818
response = requests.get(
19-
"https://raw.githubusercontent.com/kkrypt0nn/pymanuf/refs/heads/main/src/manuf.txt",
19+
"https://raw.githubusercontent.com/kkrypt0nn/pymanuf/refs/heads/main/pymanuf/manuf.txt",
2020
timeout=5,
2121
)
2222
if response.status_code == 200:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pymanuf"
3-
version = "2025.2.11"
3+
version = "2025.2.12"
44
authors = [
55
{ name="Krypton", email="root@krypton.ninja" },
66
]

tools/make-manuf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# <http://standards-oui.ieee.org/oui36/oui36.csv>
1616
#
1717
# You can get the latest version of this file from
18-
# https://github.com/kkrypt0nn/pymanuf/blob/main/src/manuf.txt
18+
# https://github.com/kkrypt0nn/pymanuf/blob/main/pymanuf/manuf.txt
1919
2020
"""
2121

0 commit comments

Comments
 (0)