LapStore commited on
Commit
622ea3a
·
1 Parent(s): 528adce

refined design

Browse files
Files changed (1) hide show
  1. state.py +1 -0
state.py CHANGED
@@ -1,6 +1,7 @@
1
  status_free = "FREE"
2
  status_emr = "EMR"
3
  status_acc = "ACC"
 
4
 
5
  singlas_state = {
6
  "1698478721" :status_free,
 
1
  status_free = "FREE"
2
  status_emr = "EMR"
3
  status_acc = "ACC"
4
+ status_chk = "CHK"
5
 
6
  singlas_state = {
7
  "1698478721" :status_free,