From c10a3be8af0c380dab35ff5a4511802d74c13269 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Tue, 25 Oct 2016 10:56:01 -0700 Subject: [PATCH] comment out change directory. --- bot/messenger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/messenger.py b/bot/messenger.py index e0fceab..d41d2d9 100644 --- a/bot/messenger.py +++ b/bot/messenger.py @@ -17,10 +17,10 @@ def print_my_path(): print_my_path() +''' chdir('..') - print_my_path() - +''' class Messenger(object): def __init__(self, slack_clients):