Skip to content

Commit

Permalink
Refactor runall.py to include sorting of known IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kseen715 committed Aug 6, 2024
1 parent 09deb37 commit b6c53e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runall.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sort_db import sort_db
from sort_db import sort_db, sort_known
from sort_readme import sort_readme
from maskt2ipv4 import maskt2ipv4
from make_amnezia import make_amnezia
Expand All @@ -8,4 +8,5 @@
# maskt2ipv4()
sort_readme()
sort_db()
sort_known()
make_amnezia()

0 comments on commit b6c53e7

Please sign in to comment.