Add forgotten change to commit...

This commit is contained in:
MaxJa4 2023-08-23 20:21:13 +02:00
parent a5ce44067c
commit 955f98eb42

View File

@ -223,6 +223,7 @@ func newScript() (*script, error) {
if s.c.DropboxRefreshToken != "" && s.c.DropboxAppKey != "" && s.c.DropboxAppSecret != "" {
dropboxConfig := dropbox.Config{
Endpoint: s.c.DropboxEndpoint,
OAuth2Endpoint: s.c.DropboxOAuth2Endpoint,
RefreshToken: s.c.DropboxRefreshToken,
AppKey: s.c.DropboxAppKey,
AppSecret: s.c.DropboxAppSecret,