Skip to content

Commit

Permalink
🕊
Browse files Browse the repository at this point in the history
🕊
  • Loading branch information
keyiflerolsun committed Aug 8, 2024
1 parent 5102fba commit 0ef7457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KeeneticPy/Keenetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def add_static_route(self, comment:str, host:str=None, network:str=None, mask:st
]
)

self.clean_multiple_routes()
# self.clean_multiple_routes() # ! Sanırım bu işi Keenetic zaten yapıyor

return istek.status_code == 200

Expand Down Expand Up @@ -283,5 +283,5 @@ def clean_multiple_routes(self):
eldekiler.add(veri)
continue

konsol.log("[red][!] Eş bir kayıt bulundu ve silindi! » ", veri)
konsol.log(f"[red][!] Eş bir kayıt bulundu ve silindi! » {route}")
self.del_static_route(**route)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
# ? Genel Bilgiler
name = "KeeneticPy",
version = "2.4",
version = "2.5",
url = "https://github.com/keyiflerolsun/KeeneticPy",
description = "Python Lib for Keenetic Routers",
keywords = ["KeeneticPy", "KekikAkademi", "keyiflerolsun"],
Expand Down

0 comments on commit 0ef7457

Please sign in to comment.