mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
optimizations / cleanup
This commit is contained in:
parent
868103a9c5
commit
6db72d7166
5 changed files with 27 additions and 15 deletions
|
@ -104,7 +104,7 @@ def main():
|
|||
if err:
|
||||
return err
|
||||
|
||||
if min(w, h) < 720:
|
||||
if max(w, h) < 1280 and min(w, h) < 720:
|
||||
return "resolution too small"
|
||||
|
||||
zs = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue