Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from ClassyDestroyer/patch-1
Browse files Browse the repository at this point in the history
Update nzb2influx.js
  • Loading branch information
mvantassel authored Jun 1, 2017
2 parents 93acaad + 0b45c36 commit 0c262f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nzb2influx.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const nzbgetConfig = {
host: process.env.NZBGET_HOST || 'localhost',
protocol: process.env.NZBGET_PROTOCOL ||'http',
port: process.env.NZBGET_PORT || 6789,
username: process.env.NZBGET_PASSWORD || '',
username: process.env.NZBGET_USERNAME || '',
password: process.env.NZBGET_PASSWORD || ''
};

Expand Down

0 comments on commit 0c262f9

Please sign in to comment.