View difference between Paste ID: 2UsffEcd and hr2tr95x
SHOW: | | - or go back to the newest paste.
1-
local h = http.get "https://pastebin.com/raw/QTwgLZMA"
1+
local h = http.get "https://pastebin.com/raw/kVevp6zj"
2-
local f = fs.open("bundlenet", "w")
2+
local f = fs.open("labelnet", "w")
3
f.write(h.readAll())
4
f.close()
5
h.close()