Zeimoto commited on
Commit
9d881ca
1 Parent(s): c5cb357

added currency to entity labels

Browse files
Files changed (1) hide show
  1. resources.py +2 -1
resources.py CHANGED
@@ -16,7 +16,8 @@ entity_labels = [
16
  "amount",
17
  "duration",
18
  "capacity",
19
- "company"
 
20
  ]
21
 
22
  def set_start () -> time:
 
16
  "amount",
17
  "duration",
18
  "capacity",
19
+ "company",
20
+ "currency"
21
  ]
22
 
23
  def set_start () -> time: