From d3c2e9916576b7673a7f935cfdd57ac593edf05b Mon Sep 17 00:00:00 2001 From: Akamaru Date: Wed, 15 Jun 2016 19:30:50 +0200 Subject: [PATCH] #4 --- otouto/utilities.lua | 2 +- tmp/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tmp/.gitkeep diff --git a/otouto/utilities.lua b/otouto/utilities.lua index 27fd9f8..ea74f2e 100644 --- a/otouto/utilities.lua +++ b/otouto/utilities.lua @@ -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+") diff --git a/tmp/.gitkeep b/tmp/.gitkeep new file mode 100644 index 0000000..e69de29