/tmp -> /var/tmp due to archlinux tmpfs
This commit is contained in:
parent
55f517d5bf
commit
9c8499101f
1 changed files with 1 additions and 1 deletions
2
robot.py
2
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,
|
||||
|
|
Loading…
Reference in a new issue