Qwael 4.0.0.0.5__tar.gz → 4.0.0.0.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Qwael
3
- Version: 4.0.0.0.5
3
+ Version: 4.0.0.0.7
4
4
  Summary: Qwael: İşlevsel ve kolaylaştırılmış Python kütüphanesi
5
5
  Author: Bedirhan
6
6
  Author-email: bedirhan.oytpass@gmail.com
@@ -224,7 +224,7 @@ class Admin:
224
224
  external_id_var = None
225
225
  external_control = None
226
226
 
227
- # Dış değişken referansı alınıyor
227
+ # Dış değişken referansı
228
228
  if "ID" in kwargs:
229
229
  external_id_var = kwargs["ID"]
230
230
  kwargs.pop("ID")
@@ -254,7 +254,6 @@ class Admin:
254
254
  external_control.append(False)
255
255
  return False
256
256
 
257
- # ❗ Kullanıcıya ID tek değer olarak aktarılsın
258
257
  if external_id_var is not None:
259
258
  external_id_var.clear()
260
259
  external_id_var["value"] = row["ID"]
@@ -264,7 +263,6 @@ class Admin:
264
263
  if external_control is not None:
265
264
  external_control.append(True)
266
265
 
267
-
268
266
  return row["ID"]
269
267
 
270
268
  except mysql.connector.Error as e:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Qwael
3
- Version: 4.0.0.0.5
3
+ Version: 4.0.0.0.7
4
4
  Summary: Qwael: İşlevsel ve kolaylaştırılmış Python kütüphanesi
5
5
  Author: Bedirhan
6
6
  Author-email: bedirhan.oytpass@gmail.com
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="Qwael",
8
- version="4.0.0.0.5",
8
+ version="4.0.0.0.7",
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
11
  "google-api-python-client",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes