mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-17 12:21:31 +00:00
Default options should be strings.
This commit is contained in:
parent
dfc2f86993
commit
6caa7473ec
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ module Agents
|
|||
|
||||
def default_options
|
||||
{
|
||||
access_token: 'your_dropbox_app_access_token',
|
||||
dir_to_watch: '/',
|
||||
expected_update_period_in_days: 1
|
||||
'access_token' => 'your_dropbox_app_access_token',
|
||||
'dir_to_watch' => '/',
|
||||
'expected_update_period_in_days' => 1
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue