From 574635bf096f8cde0a7b825f300c326157e8e6ca Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 25 May 2021 12:18:25 +0100 Subject: dockerised the program --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.py') diff --git a/bot.py b/bot.py index 5ed95eb..1148b93 100755 --- a/bot.py +++ b/bot.py @@ -1,5 +1,5 @@ import os -os.chdir("/home/eden/yaoi-communism") +os.chdir("/app") from twython import Twython import get_images -- cgit v1.2.3