summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.go2
-rw-r--r--src/config.json.example2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/config.go b/src/config.go
index 76d1eca..3f1116c 100644
--- a/src/config.go
+++ b/src/config.go
@@ -21,9 +21,7 @@ type Config struct {
Delay int `json:"delay"`
// auth
- AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
-
// misc
Debug bool `json:"debug"`
}
diff --git a/src/config.json.example b/src/config.json.example
index 125484b..864d68a 100644
--- a/src/config.json.example
+++ b/src/config.json.example
@@ -9,8 +9,6 @@
"user_agent": "",
"delay": 0,
-
- "access_token": "",
"refresh_token": "",
"debug": false