File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
def __fetch_manuf ():
17
17
global __LAST_FETCHED , __CONTENT
18
18
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" ,
20
20
timeout = 5 ,
21
21
)
22
22
if response .status_code == 200 :
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " pymanuf"
3
- version = " 2025.2.11 "
3
+ version = " 2025.2.12 "
4
4
authors = [
5
5
{ name =" Krypton" , email =" root@krypton.ninja" },
6
6
]
Original file line number Diff line number Diff line change 15
15
# <http://standards-oui.ieee.org/oui36/oui36.csv>
16
16
#
17
17
# 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
19
19
20
20
"""
21
21
You can’t perform that action at this time.
0 commit comments