./fstogedcom.py
Exception in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "./fstogedcom.py", line 464, in login
self.fs.get_url("/platform/tree/persons/%s/ordinances.json" % self.fs.get_userid())
AttributeError: 'Session' object has no attribute 'get_userid'
./fstogedcom.py Exception in thread Thread-5: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "./fstogedcom.py", line 464, in login self.fs.get_url("/platform/tree/persons/%s/ordinances.json" % self.fs.get_userid()) AttributeError: 'Session' object has no attribute 'get_userid'