Skip to content

Commit

Permalink
chore: Enable all coupon sites in the GUI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
techtanic committed Jul 4, 2024
1 parent 460114c commit 7121a09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions duce-gui-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
},
"sites": {
"Real Discount": true,
"Discudemy": false,
"IDownloadCoupons": false,
"Tutorial Bar": false,
"E-next": false,
"Course Vania": false,
"Udemy Freebies": false
"Discudemy": true,
"IDownloadCoupons": true,
"Tutorial Bar": true,
"E-next": true,
"Course Vania": true,
"Udemy Freebies": true
},
"email": "",
"password": "",
Expand Down

0 comments on commit 7121a09

Please sign in to comment.