diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-05-25 12:18:25 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-05-25 12:18:25 +0100 |
commit | 574635bf096f8cde0a7b825f300c326157e8e6ca (patch) | |
tree | c15fad21e24f5d749f6feb3c388846b928d71dcc /bot.py | |
parent | d15a088591460e0af9a489721165ca84770d055b (diff) | |
download | yaoi-communism-574635bf096f8cde0a7b825f300c326157e8e6ca.tar.gz yaoi-communism-574635bf096f8cde0a7b825f300c326157e8e6ca.zip |
dockerised the program
Diffstat (limited to 'bot.py')
-rwxr-xr-x | bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ import os
-os.chdir("/home/eden/yaoi-communism")
+os.chdir("/app")
from twython import Twython
import get_images
|