added some todos

This commit is contained in:
UpstreamData
2022-03-14 11:26:53 -06:00
parent ff56148732
commit 05e14baa68
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
# TODO: Add Logging
# TODO: Add debug mode to settings?
# TODO: Add an option to append the last octet of the IP
# address to the workername when configuring
from tools.bad_board_util.miner_factory import miner_factory
from tools.bad_board_util.ui import ui

View File

@@ -1,3 +1,5 @@
# TODO: Add Logging
from tools.cfg_util.cfg_util_sg.ui import ui
import asyncio