diff options
author | Botond Hende <nettingman@gmail.com> | 2024-08-31 01:06:58 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-08-31 01:06:58 +0200 |
commit | 254a5eda7d17ff28d4604d95dba6f102120189b8 (patch) | |
tree | eb9990386d9d32b903a0912010229ee1cdc114f1 /modules/tasks.py | |
parent | 9b686d79871c6f76b8ea36d8a8a43d3edb32def7 (diff) |
ship data initialization on startup
Diffstat (limited to 'modules/tasks.py')
-rw-r--r-- | modules/tasks.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/tasks.py b/modules/tasks.py new file mode 100644 index 0000000..8479134 --- /dev/null +++ b/modules/tasks.py @@ -0,0 +1,5 @@ +IDLE = 'IDLE' +MINING = 'MINING' + +MIA = 'MIA' +ERROR = 'ERROR' |