mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-31 13:08:12 +00:00
Increase automated object name int to 999
This commit is contained in:
parent
ccae209793
commit
00a5c5b48e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def _generate(
|
|||
The generated TypedDicts, the result values name and the comments.
|
||||
"""
|
||||
if title is None:
|
||||
title = f"GeneratedObject{randint(100, 200)}"
|
||||
title = f"GeneratedObject{randint(100, 999)}"
|
||||
|
||||
# The other TypedDicts
|
||||
result = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue