edit : bing art 추가

This commit is contained in:
2025-03-18 13:05:31 +09:00
parent 6e5f990fc1
commit b04d08bf23
12 changed files with 230 additions and 41 deletions

View File

@@ -14,9 +14,9 @@ def prompt_to_filenames(prompt):
return filename
def download_range(download_count:int):
def download_range(download_count:int,max=4):
_min = 1
_max = 4
_max = max
if _min <= download_count and download_count <= _max:
return True