1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-02 06:11:09 +00:00

Merge pull request #26 from tedwardd/hn_proxy_fix

Fix #16 (connecting to HN)
This commit is contained in:
mrusme 2023-06-14 15:28:19 -05:00 committed by GitHub
commit 8d927add42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ func connectBase() *cobra.Command {
},
Run: func(cmd *cobra.Command, args []string) {
sysConfig = make(map[string]interface{})
sysConfig["proxy"] = ""
sys, err := system.New(sysType, &sysConfig, LOG)
if err != nil {
LOG.Panicln(err)