diff --git a/robot.py b/robot.py index 3c522bf..261b762 100755 --- a/robot.py +++ b/robot.py @@ -14,7 +14,7 @@ from telegram import MessageEntity from telegram.ext import Updater, CommandHandler, MessageHandler, Filters DIR = os.path.dirname(os.path.realpath(__file__)) -TMP_DIR = '/tmp' +TMP_DIR = '/var/tmp' OUT_DIR = DIR + '/out' logging.basicConfig(level=logging.INFO,