Skip to content

Commit e25e276

Browse files
committed
make dl func local
1 parent 21168ed commit e25e276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dailyprogrammer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local FILE_NAME = 'dailyprogrammer.txt'
22
local T_MODES = {'easy','intermediate','difficult','hard'}
33
local t_links = {}
44

5-
function download()
5+
local function download()
66
io.write('download ... ')
77
io.flush()
88
local http = require('socket.http')

0 commit comments

Comments
 (0)