Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lyse
tt
Commits
130241d3
Commit
130241d3
authored
Feb 15, 2021
by
Lysander Trischler
Browse files
Fix crash
parent
16e6e398
Changes
1
Hide whitespace changes
Inline
Side-by-side
twtxtmanager.py
View file @
130241d3
...
...
@@ -152,7 +152,7 @@ class TwtxtManager:
resolve our own nick which might be different from the twt's one.
"""
feed
=
self
.
_cache
.
get
(
token
.
url
)
feed
=
self
.
_cache
.
get
(
url
)
if
feed
:
for
twt
in
feed
[
'tweets'
]:
return
twt
.
source
.
nick
...
...
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