Skip to content

Commit

Permalink
Add required config keys for Commishes scraper (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucetlol authored Sep 22, 2023
1 parent 43cc060 commit 0fdc125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/logical/scraper/commishes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def initialize(artist_url)
@until = "99999999999999"
end

def self.enabled?
true
def self.required_config_keys
%i[commishes_user commishes_pass]
end

def fetch_next_batch
Expand Down

0 comments on commit 0fdc125

Please sign in to comment.