This commit is contained in:
Akamaru 2016-06-15 19:30:50 +02:00
parent e5157a6815
commit d3c2e99165
2 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ function download_to_file(url, file_name)
file_name = file_name or get_http_file_name(url, headers)
local file_path = "/home/anditest/tmp/telegram-bot/"..file_name
local file_path = "/home/akamaru/Mikubot-V2/tmp/"..file_name
print("Saved to: "..file_path)
file = io.open(file_path, "w+")

0
tmp/.gitkeep Normal file
View File