mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-20 21:24:37 -05:00
y
This commit is contained in:
parent
68fa45d91f
commit
105282ca5c
@ -8,5 +8,14 @@ data_hash.each do | name, obj |
|
|||||||
puts obj['Description']
|
puts obj['Description']
|
||||||
|
|
||||||
# Make object
|
# Make object
|
||||||
|
obj = {}
|
||||||
|
obj['name'] = name
|
||||||
|
obj['description'] = obj['Description']
|
||||||
|
obj['url'] = '' # parse DATA
|
||||||
|
obj['categories'] = []
|
||||||
|
obj['types'] = []
|
||||||
|
obj['lang'] = [] # parse DATA
|
||||||
|
obj['tags'] = []
|
||||||
|
|
||||||
# Save file
|
# Save file
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user