KeeneticPy 2.2__tar.gz → 2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -231,6 +231,8 @@ class Keenetic:
231
231
  else:
232
232
  konsol.log(f"[red][!] {subnet} » {veri.get('comment')} » eklenemedi!")
233
233
 
234
+ return True
235
+
234
236
  for ip in domain_data["ipler"]:
235
237
  veri = {"comment": domain_data["domain"], "host": ip, "interface": interface}
236
238
  if self.add_static_route(**veri):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: KeeneticPy
3
- Version: 2.2
3
+ Version: 2.4
4
4
  Summary: Python Lib for Keenetic Routers
5
5
  Home-page: https://github.com/keyiflerolsun/KeeneticPy
6
6
  Author: keyiflerolsun
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: KeeneticPy
3
- Version: 2.2
3
+ Version: 2.4
4
4
  Summary: Python Lib for Keenetic Routers
5
5
  Home-page: https://github.com/keyiflerolsun/KeeneticPy
6
6
  Author: keyiflerolsun
@@ -6,7 +6,7 @@ from io import open
6
6
  setup(
7
7
  # ? Genel Bilgiler
8
8
  name = "KeeneticPy",
9
- version = "2.2",
9
+ version = "2.4",
10
10
  url = "https://github.com/keyiflerolsun/KeeneticPy",
11
11
  description = "Python Lib for Keenetic Routers",
12
12
  keywords = ["KeeneticPy", "KekikAkademi", "keyiflerolsun"],
File without changes
File without changes
File without changes
File without changes