When I try stman in anyway I get the error:
Traceback (most recent call last):
File "/home/foobar/.linuxbrew/bin/stman", line 7, in
from syncthingmanager import main
File "/home/foobar/.linuxbrew/Cellar/python@2/2.7.15_1/lib/python2.7/site-packages/syncthingmanager/init.py", line 18, in
from syncthing import Syncthing, SyncthingError
File "/home/foobar/.linuxbrew/Cellar/python@2/2.7.15_1/lib/python2.7/site-packages/syncthing/init.py", line 41
raise SyncthingError(msg) from exc
SyntaxError: invalid syntax