1
Fork 0
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:
RGBCube 2022-06-28 16:30:19 +03:00
parent ccae209793
commit 00a5c5b48e

View file

@ -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 = []