Skip to content

Commit

Permalink
flake8 empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigondec committed Oct 4, 2019
1 parent 1a192a4 commit 1f06743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

from bot import JerimumBot


if __name__ == '__main__':
instance = JerimumBot(
token=config('BOT_TOKEN', default='??'),
port=config('PORT', default=8443, cast=int),
server_url=config('SERVER_URL', default='??')
)

try:
mode = config('MODE', default='cmd')
if mode == 'cmd':
Expand Down

0 comments on commit 1f06743

Please sign in to comment.