Open rseghier opened 1 year ago
solution https://github.com/FreeTAKTeam/FreeTakServer/issues/206
sudo pip3 install WTForms==2.3.3
Better yet, in forms.py replace TextField with StringField throughout the file. Then it works (TextField was depreciated)
solution https://github.com/FreeTAKTeam/FreeTakServer/issues/206
sudo pip3 install WTForms==2.3.3