added the ability to scan a range of IPs as part of the miner network by passing a string formatted as {ip_range_1_start}-{ip_range_1_end}, {ip_range_2_start}-{ip_range_2_end} to the miner network
This commit is contained in:
@@ -3,8 +3,8 @@ from settings import DEBUG
|
||||
|
||||
|
||||
logging.basicConfig(
|
||||
filename="logfile.txt",
|
||||
filemode="a",
|
||||
# filename="logfile.txt",
|
||||
# filemode="a",
|
||||
format='[%(levelname)s][%(asctime)s](%(name)s) - %(message)s',
|
||||
datefmt='%x %X'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user