Mercurial > p > roundup > code
diff roundup/cgi/client.py @ 6249:3b62c35e824d
client.py fix comment typo
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 31 Jul 2020 09:04:58 -0400 |
| parents | 50960479f627 |
| children | 7b6a02611a77 |
line wrap: on
line diff
--- a/roundup/cgi/client.py Tue Jul 28 21:41:59 2020 -0400 +++ b/roundup/cgi/client.py Fri Jul 31 09:04:58 2020 -0400 @@ -367,7 +367,7 @@ # should cookies be secure? self.secure = self.base.startswith ('https') - # check the tracker_we setting + # check the tracker_web setting if not self.base.endswith('/'): self.base = self.base + '/'
