diff --git a/bin/up2k.py b/bin/up2k.py index 44f1cdb2..47f0dfbe 100755 --- a/bin/up2k.py +++ b/bin/up2k.py @@ -3,7 +3,7 @@ from __future__ import print_function, unicode_literals """ up2k.py: upload to copyparty -2021-10-29, v0.10, ed , MIT-Licensed +2021-10-31, v0.11, ed , MIT-Licensed https://github.com/9001/copyparty/blob/hovudstraum/bin/up2k.py - dependencies: requests @@ -455,6 +455,7 @@ class Ctl(object): self.nbytes = nbytes if ar.td: + requests.packages.urllib3.disable_warnings() req_ses.verify = False if ar.te: req_ses.verify = ar.te