diff options
author | Botond Hende <nettingman@gmail.com> | 2024-09-01 23:33:15 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-09-01 23:33:15 +0200 |
commit | a994b822a4231061153c6b27d8c5d7307b59f8b0 (patch) | |
tree | 0807c64b101c4f62d3795467e9da552536e5df87 /modules/task_type.py | |
parent | f55028d8d7d703f348190598d2fce93103070d17 (diff) |
ship task setting from request body
Diffstat (limited to 'modules/task_type.py')
-rw-r--r-- | modules/task_type.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/task_type.py b/modules/task_type.py deleted file mode 100644 index 7579ad0..0000000 --- a/modules/task_type.py +++ /dev/null @@ -1,10 +0,0 @@ -IDLE = 'IDLE' -MINING = 'MINING' - -MIA = 'MIA' -ERROR = 'ERROR' - -task_types = [ - IDLE, - MINING, -] |