Use "slots" as name for "number of entries"

ordermodepps_backup
Tyler Goodlet 2021-07-24 23:16:22 -04:00
parent a94a86fed1
commit 27cece20c5
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ async def run_order_mode(
parent=chart.linked.godwidget, parent=chart.linked.godwidget,
fields={ fields={
'**$size**:': 5000, '**$size**:': 5000,
'**divisor**:': 4, '**slots**:': 4,
# '**policy**:': 'uniform', # '**policy**:': 'uniform',
# '**type**:': 'live-buy', # '**type**:': 'live-buy',
}, },