added the scan page to scan for miners on a subnet
This commit is contained in:
7
tools/web_monitor/miner_factory.py
Normal file
7
tools/web_monitor/miner_factory.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
This file stores the MinerFactory instance used by the WebMonitor for use in other files.
|
||||
"""
|
||||
|
||||
from miners.miner_factory import MinerFactory
|
||||
|
||||
miner_factory = MinerFactory()
|
||||
Reference in New Issue
Block a user