Changes between Version 3 and Version 4 of Ticket #1927, comment 5
- Timestamp:
- 2014-06-28T16:27:21Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1927, comment 5
v3 v4 8 8 > }}} 9 9 10 Actually that won't quite work because that code is conditional on `usertoken` being `not None` (i.e. on !DevPay being used). It would have to be made unconditional, or the `noisy` attribute setin txAWS (just after [https://github.com/LeastAuthority/txaws/blob/master/txaws/client/base.py#L79 here]) instead.10 Actually that won't quite work because that code is conditional on `usertoken` being `not None` (i.e. on !DevPay being used). It would have to be made unconditional, or the `noisy` attribute reset to `False` in txAWS (just after [https://github.com/LeastAuthority/txaws/blob/master/txaws/client/base.py#L79 here]) instead.