Forgot to log exceptions for these calls, no wonder it was harder to find the issue
[theonering] / src / requests.py
1 import logging
2
3 import tp
4
5
6 _moduleLogger = logging.getLogger(__name__)
7
8
9 class RequestsMixin(tp.ConnectionInterfaceRequests):
10
11         pass