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

feature-unify_handlers
Tomáš Mládek 2018-02-04 21:28:58 +01:00 committed by Tomááas Mladek
parent 55f517d5bf
commit 9c8499101f
1 changed files with 1 additions and 1 deletions

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,