edit : bing art 추가
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user