crafty-4/app
luukas dba3fafa87
Use shorthand for Controller.check_system_user
This reduced the code from 4 lines to 1 line.

The code
    if <condition>:
        return True
    else:
        return False
can be shortened to
    return <condition>
2022-05-20 13:31:30 +03:00
..
classes Use shorthand for Controller.check_system_user 2022-05-20 13:31:30 +03:00
config Merge branch 'feature/api-v2' into merge/api-v2 2022-05-05 03:32:09 +03:00
frontend Merge branch 'merge/api-v2' into 'dev' 2022-05-18 23:27:19 +00:00
migrations Moving Server Stats DB to Server Folder 2022-04-28 22:40:15 +02:00
translations Expand Cron explain 2022-05-19 11:04:13 -04:00