Browse Source

déplacer le dns dans data

feature/find_holes
Figg 6 months ago
parent
commit
bf7bf3fee7
2 changed files with 1 additions and 1 deletions
  1. 0
    0
      data/DNS
  2. 1
    1
      million/analyze/dns_solver.py

DNS → data/DNS View File


+ 1
- 1
million/analyze/dns_solver.py View File

3
 from pydantic import BaseModel, PrivateAttr
3
 from pydantic import BaseModel, PrivateAttr
4
 from million.model.message import Message
4
 from million.model.message import Message
5
 
5
 
6
-_default_file_path = './DNS'
6
+_default_file_path = 'data/DNS'
7
 
7
 
8
 class DNS_solver(BaseModel):
8
 class DNS_solver(BaseModel):
9
     file_path:str = _default_file_path
9
     file_path:str = _default_file_path

Loading…
Cancel
Save