mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-24 23:17:43 +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.
|
The generated TypedDicts, the result values name and the comments.
|
||||||
"""
|
"""
|
||||||
if title is None:
|
if title is None:
|
||||||
title = f"GeneratedObject{randint(100, 200)}"
|
title = f"GeneratedObject{randint(100, 999)}"
|
||||||
|
|
||||||
# The other TypedDicts
|
# The other TypedDicts
|
||||||
result = []
|
result = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue