Skip to content

Commit

Permalink
fix: missing comma from config files
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Aug 10, 2021
1 parent 5662214 commit d75f3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/core.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
"super_seeding": false,
"torrentfiles_location": "{{ deluge_torrentfiles_location }}",
"upnp": true,
"utpex": true
"utpex": true,
"enabled_plugins": {{ deluge_plugins }}
}

0 comments on commit d75f3c0

Please sign in to comment.