Remove unused parameter
This commit is contained in:
parent
7d3215c9f4
commit
2932bc5347
@ -75,7 +75,7 @@ class BottleCollector
|
|||||||
@bottles = {}
|
@bottles = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
def add(checksum, tag, url=nil)
|
def add(checksum, tag)
|
||||||
@bottles[tag] = checksum
|
@bottles[tag] = checksum
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user