This commit is contained in:
dsyoon
2023-12-19 23:48:03 +09:00
parent 006f4ae5ea
commit 66958d00e8

6
config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"MAX_BUY_PRICE" : 200000,
"BUY_LIST_1": {"buy_limit": 0, "buy_list": [], "disparity": []},
"BUY_LIST_2": {"buy_limit": 0, "buy_list": [], "disparity": []},
"BUY_LIST_3": {"buy_limit": 0, "buy_list": [], "disparity": []}
}