Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
artoobot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
artoobot
Commits
62109eff
Commit
62109eff
authored
Aug 19, 2016
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Logging typo fix
parent
cc8c0e4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bot.py
bot.py
+1
-1
No files found.
bot.py
View file @
62109eff
...
@@ -65,7 +65,7 @@ def onmessage(bot, update, reply=False):
...
@@ -65,7 +65,7 @@ def onmessage(bot, update, reply=False):
def
oninline
(
bot
,
update
):
def
oninline
(
bot
,
update
):
q
=
update
.
inline_query
.
query
q
=
update
.
inline_query
.
query
logger
.
info
(
'inline query from %s: %s'
%
logger
.
info
(
'inline query from %s: %s'
%
update
.
message
.
from_user
.
first_name
,
q
)
(
update
.
inline_query
.
from_user
.
first_name
,
q
)
)
if
not
q
:
if
not
q
:
return
return
url
=
get_audio_url
(
q
)
url
=
get_audio_url
(
q
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment