AWeirdDev commited on
Commit
f418b75
·
verified ·
1 Parent(s): ddeeac7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -40,7 +40,8 @@ class Api:
40
 
41
  if debug:
42
  g4f.debug.logging = True
43
-
 
44
  self.mkclient()
45
 
46
  nest_asyncio.apply()
 
40
 
41
  if debug:
42
  g4f.debug.logging = True
43
+
44
+ self.n = 10
45
  self.mkclient()
46
 
47
  nest_asyncio.apply()