/tmp -> /var/tmp due to archlinux tmpfs

This commit is contained in:
Tomááas Mladek 2018-02-04 21:28:58 +01:00
parent a93863fa33
commit 9d1638d03f

View file

@ -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,