Peter Kempter

Results 2 issues of Peter Kempter

### Tandoor Version 2.3.4 ### Setup Docker / Docker-Compose ### Reverse Proxy Others (please state below) ### Other Nginx manual setup ### Bug description Hey 👋 thanks for creating Tandoor...

When I setup a new virtualenv, do a `pip install gooey` and run following snippet: ```py import gooey @gooey.Gooey() def main(): parser = gooey.GooeyParser() parser.parse_args() if __name__ == "__main__": main()...