fixed some bugs with sorting

This commit is contained in:
UpstreamData
2022-05-09 09:59:48 -06:00
parent ef336a9e23
commit 1f8d92f6bb
7 changed files with 126 additions and 36 deletions

View File

@@ -180,6 +180,6 @@ class BTMiner(BaseMiner):
data["Pool 2 User"] = pool_2_user
if quota:
data["Split"] = quota
data["Split"] = str(quota)
return data