mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 03:38:08 -06:00
Fixed a typo
This commit is contained in:
parent
ee234995f5
commit
c3b19f42d5
@ -843,7 +843,7 @@ class Controller(object):
|
|||||||
tl.timer = RepeatingTimer(300, tl.start_stream)
|
tl.timer = RepeatingTimer(300, tl.start_stream)
|
||||||
tl.timer.start()
|
tl.timer.start()
|
||||||
buff.session.settings["other_buffers"]["favourites_timelines"].append(usr["id_str"])
|
buff.session.settings["other_buffers"]["favourites_timelines"].append(usr["id_str"])
|
||||||
pub.sendMessage("buffer-title-changed", buffer=i)
|
pub.sendMessage("buffer-title-changed", buffer=buff)
|
||||||
buff.session.sound.play("create_timeline.ogg")
|
buff.session.sound.play("create_timeline.ogg")
|
||||||
elif tl_type == "followers":
|
elif tl_type == "followers":
|
||||||
if usr["followers_count"] == 0:
|
if usr["followers_count"] == 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user