|
@@ -34,7 +34,7 @@ class DownloadSendtime:
|
|
|
"""
|
|
|
if int(send_time_width) >= 720 or int(send_time_height) >= 720 \
|
|
|
or send_time_width == "0" or send_time_height == "0":
|
|
|
- if 600 >= int(send_time_duration) >= 60:
|
|
|
+ if int(send_time_duration) >= 40:
|
|
|
if int(send_time_share_cnt) > 0:
|
|
|
return True
|
|
|
else:
|