aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__init__.py
diff options
context:
space:
mode:
authorGravatar Derek Fitzpatrick <[email protected]>2018-10-11 14:18:13 -0700
committerGravatar Derek Fitzpatrick <[email protected]>2018-10-11 14:18:13 -0700
commit8b2fa26a065b18cb9c4aa441eb1b6e360594a462 (patch)
tree9a949b5b5e4389d896ecb87c8b94e255d5553cda /bot/__init__.py
parentInitial commit. (diff)
parentRemove extra params to pepper (diff)
Merge branch 'deploy' of https://github.com/dfitzpatrick/hacktoberbot into 31-vote-for-favorite-monster
# Conflicts: # Pipfile
Diffstat (limited to 'bot/__init__.py')
-rw-r--r--bot/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bot/__init__.py b/bot/__init__.py
index 8cbcd121..1d320245 100644
--- a/bot/__init__.py
+++ b/bot/__init__.py
@@ -1,5 +1,6 @@
-import os
import logging.handlers
+import os
+
# set up logging
@@ -27,4 +28,4 @@ logging.basicConfig(format='%(asctime)s - %(name)s %(levelname)s: %(message)s',
level=logging.DEBUG,
handlers=[console_handler, file_handler])
-logging.info('Logging Process Started') \ No newline at end of file
+logging.info('Logging Process Started')