Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 983a5bd

Browse filesBrowse files
author
bradmorg
committed
commit on master
1 parent b1d1c06 commit 983a5bd
Copy full SHA for 983a5bd

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎dbot.py

Copy file name to clipboardExpand all lines: dbot.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import discord
22
import sys
33
import os
4+
import logging
5+
logging.basicConfig(level=logging.DEBUG)
6+
7+
logging.debug('Starting Application')
48

59
if os.getenv('TOKEN') is not None:
610
token = os.environ.get('TOKEN')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.