Vaclav Kosar
Vaclav Kosar
I am also annoyed by unrealism of compass in arma. Compass slowing mod would help reducing nonsensical compass overuse in coops. Limitness of monitors dont justify this. It would be...
@kOepi123, glad we agree. I submitted another request into ACE3: https://github.com/acemod/ACE3/issues/414#issuecomment-195998695 Ironically someone requested on ACE3 to see compass when in sighting mode recently: https://github.com/acemod/ACE3/issues/414#issuecomment-120169828
Well the realism is kind of Arma's selling point. Maybe @dslyecxi would help: https://www.youtube.com/watch?v=v7zoVIsIT2A
@ypgsh no, python 3 support was added in 2004. Only some Twill is not supported
I am also getting 404
@AndrewFairbairn @Seluj78 try removing ```app.config['TESTING'] = True``` that worked for me.
This issue seem to be very old. I suggest closing it.
So what is the question?
What about this one: 
It works for me. Any chance u forgot to execute BasicAuth code? ``` app.config['BASIC_AUTH_USERNAME'] = 'user' app.config['BASIC_AUTH_PASSWORD'] = 'password' app.config['BASIC_AUTH_FORCE'] = True basic_auth = BasicAuth(app) ```