mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 22:16:08 -04:00
Code fixes
This commit is contained in:
@@ -435,7 +435,8 @@ class baseBufferController(bufferController):
|
||||
try:
|
||||
sound.URLPlayer.play(url, self.session.settings["sound"]["volume"])
|
||||
except:
|
||||
log("Exception while executing audio method.")
|
||||
log.error("Exception while executing audio method.")
|
||||
|
||||
@_tweets_exist
|
||||
def url(self,url='',announce=True):
|
||||
if url == '':
|
||||
|
Reference in New Issue
Block a user