Skip to content

Commit

Permalink
Update capture.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Dec 29, 2024
1 parent 488cb9b commit 9acda0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/internet_archive/capture.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
class InternetArchive::Capture
attr_reader :website_url, :job_id

def initialize(website_url)
def initialize(website_url: nil, job_id: nil)
@website_url = website_url
@job_id = job_id
end

def request
Expand Down

0 comments on commit 9acda0f

Please sign in to comment.