Only ever run one scan at the same time
Also use a logging library
This commit is contained in:
5
constants.go
Normal file
5
constants.go
Normal file
@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
const (
|
||||
ENV_ADDR = "LOOKBUILDING_ADDR"
|
||||
)
|
||||
Reference in New Issue
Block a user