1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Anatoli Babenia 42097e2c9d Fix w3c validator error about self-closing <form> 2021-03-05 09:54:19 +03:00
Anatoli Babenia 9bfd23ae67 Remove explicit gevent imports
It is enough to monkey patch one time at the top level,
which is done in `bin/srv.py` web server script.
2020-11-17 17:23:33 +03:00
Anatoli Babenia 96cc3f64bd Install bash and fix Python3 subprocess bytes
File "/app/lib/globals.py", line 25, in error
        if not text.startswith("Too many queries"):
    TypeError: startswith first arg must be bytes or a tuple of bytes, not str
2020-07-29 12:02:02 +03:00
Anatoli Babenia dd00fa4188 Print full cmd when bash is not found 2020-07-29 10:49:21 +03:00
Igor Chubin adcac9bfeb support for python3 2019-05-11 18:26:10 +02:00
Igor Chubin d94ca8458f switched to new configuration interface 2019-05-01 20:48:05 +02:00
Igor Chubin 7f2bf6cd2a minor html related fix 2019-02-23 20:51:23 +00:00
Igor Chubin c59bdab2f2 cheat_wrapper.py splitted into fmt/ and frontend/ 2019-02-16 20:11:34 +01:00