Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JungDev committed Jan 26, 2016
1 parent 5540c86 commit 1fdb603
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/telegrambot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# coding=utf-8
'''
# -*- coding: utf-8 -*-
# Example code for telegrambot.py module
from django_telegrambot.apps import DjangoTelegramBot

Expand Down Expand Up @@ -41,4 +40,3 @@ def main():
# log all errors
dp.addErrorHandler(error)

'''

0 comments on commit 1fdb603

Please sign in to comment.