[script] Oops

This commit is contained in:
Daniel Khamsing 2017-06-16 06:55:30 -07:00
parent 34a9e4e906
commit aad1977dba

View File

@ -35,9 +35,9 @@ def app_store_total(j)
apps = j['projects']
s = apps.select { |x| x['itunes'].nil? }
count = 1
tags = x['tags']
count = 1
s.each do |x|
tags = x['tags']
if tags.nil?
t = "#{count} "
count = count + 1
@ -211,7 +211,7 @@ def write_list(j, file, appstoreonly = false)
else
j['description']
end
h = j['header']
f = j['footer']
cats = j['categories']