3orin
Results
1
comments of
3orin
Need to fix a couple strings in the code & library to make it work 1. flask_sockets.py [library] ``` def add_url_rule(self, rule, _, f, **options): self.url_map.add(Rule(rule, endpoint=f, **options)) #: self.url_map.add(Rule(rule,...