Ajax-Yi

Results 2 comments of Ajax-Yi

> 修改app/views.py 70到75行 用python的os.path 进行转换 > > ```python > @needUserCookies > def main(req): > global rootpath > try: > with open("./app/rootpath.conf") as root: > rootpath=root.read() > except Exception: > pass...

> @styxjedi, to the others and of course to you @gwenzek for the great job, thanks a lot for the solution. > > `ex.parameters['timeout_min'] = int(timeout_hour * 60)` > >...