Fix length of arguments per line

This commit is contained in:
hartator 2017-06-11 13:19:36 -05:00
parent 62f424b6d1
commit 28fd1e10a2

View File

@ -17,8 +17,8 @@ class WaybackMachineDownloader
VERSION = "2.0.0"
attr_accessor :base_url, :exact_match, :directory,
:from_timestamp, :to_timestamp,
:only_filter, :exclude_filter, :all, :maximum_pages, :threads_count
:from_timestamp, :to_timestamp, :only_filter, :exclude_filter,
:all, :maximum_pages, :threads_count
def initialize params
@base_url = params[:base_url]