/tmp -> /var/tmp due to archlinux tmpfs
This commit is contained in:
parent
a93863fa33
commit
9d1638d03f
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
|
from telegram.ext import Updater, CommandHandler, MessageHandler, Filters
|
||||||
|
|
||||||
DIR = os.path.dirname(os.path.realpath(__file__))
|
DIR = os.path.dirname(os.path.realpath(__file__))
|
||||||
TMP_DIR = '/tmp'
|
TMP_DIR = '/var/tmp'
|
||||||
OUT_DIR = DIR + '/out'
|
OUT_DIR = DIR + '/out'
|
||||||
|
|
||||||
logging.basicConfig(level=logging.INFO,
|
logging.basicConfig(level=logging.INFO,
|
||||||
|
|
Loading…
Reference in a new issue