Spaces:
Runtime error
Runtime error
Update random_charactor_generator.py
Browse files
random_charactor_generator.py
CHANGED
@@ -34,7 +34,7 @@ class RandomCharatorGeneratorTool(Tool):
|
|
34 |
|
35 |
self.is_initialized = True
|
36 |
|
37 |
-
def __call__(self, input:str=""):
|
38 |
if not self.is_initialized:
|
39 |
self.setup()
|
40 |
|
|
|
34 |
|
35 |
self.is_initialized = True
|
36 |
|
37 |
+
def __call__(self, input:str="", *):
|
38 |
if not self.is_initialized:
|
39 |
self.setup()
|
40 |
|