Skip to content

Commit

Permalink
Fix Issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
JungDev committed Oct 4, 2016
1 parent d3331b6 commit 272179c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 48 deletions.
43 changes: 0 additions & 43 deletions HISTORY.rst~

This file was deleted.

2 changes: 1 addition & 1 deletion django_telegrambot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.2.3'
__version__ = '0.2.4'
default_app_config = 'django_telegrambot.apps.DjangoTelegramBot'
2 changes: 0 additions & 2 deletions django_telegrambot/__init__.py~

This file was deleted.

4 changes: 2 additions & 2 deletions django_telegrambot/urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from django.conf.urls import url, include, patterns
from django.conf.urls import url
from . import views

urlpatterns = [
url(r'(?P<bot_token>.+?)/$', views.webhook, name='webhook'),
]
]

0 comments on commit 272179c

Please sign in to comment.