add potato mode

This commit is contained in:
ed
2022-07-14 02:33:35 +02:00
parent 48b957f1d5
commit c2b66bbe73
7 changed files with 88 additions and 11 deletions

View File

@@ -1130,7 +1130,7 @@ class HttpCli(object):
cinf = self.headers.get("x-up2k-stat", "")
spd = self._spd(post_sz)
self.log("{} thank {}".format(spd, cinf))
self.log("{:70} thank {}".format(spd, cinf))
self.reply(b"thank")
return True