Skip to content

Commit

Permalink
🔧 Disable fire scrapers
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Nov 3, 2023
1 parent a8dfb65 commit 6cc1869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scrapers_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"events": [
{
"type": "schedule",
"enabled": true,
"enabled": false,
"data": {
"interval": "hourly",
"interval_custom": null
Expand All @@ -80,7 +80,7 @@
"events": [
{
"type": "schedule",
"enabled": true,
"enabled": false,
"data": {
"interval": "hourly",
"interval_custom": null
Expand All @@ -105,7 +105,7 @@
"events": [
{
"type": "schedule",
"enabled": true,
"enabled": false,
"data": {
"interval": "hourly",
"interval_custom": null
Expand Down

0 comments on commit 6cc1869

Please sign in to comment.