Beispiel #1
0
async def spotifycheck(spotifychck):
    """ Set Spotify Check (Status) """
    REDIS.set('spotifycheck', spotifychck)
Beispiel #2
0
async def exceptionexist(olexception):
    """ Set if Spotify had exception before """
    REDIS.set('exceptionexist', olexception)
Beispiel #3
0
async def sfsetartist(artist):
    """ Set Spotify Artist """
    REDIS.set('sfartist', artist)
Beispiel #4
0
async def sfsetsong(song):
    """ Set Spotify Song """
    REDIS.set('sfsong', song)
Beispiel #5
0
async def lfsetLogging(log):
    """ Set Logging for LastFM """
    REDIS.set('lflog', log)
Beispiel #6
0
async def sfsetartist(artist):
    REDIS.set('sfartist', artist)
Beispiel #7
0
async def setlastfmcheck(lastfmcheck):
    REDIS.set('lastfmcheck', lastfmcheck)
Beispiel #8
0
async def setlastfmcheck(lastfmcheck):
    """ Set LastFM Check (Status) """
    REDIS.set('lastfmcheck', lastfmcheck)
Beispiel #9
0
async def lfsetartist(artist):
    REDIS.set('lfartist', artist)
Beispiel #10
0
async def lfsetsong(song):
    REDIS.set('lfsong', song)
Beispiel #11
0
async def exceptionexist(olexception):
    REDIS.set('exceptionexist', olexception)
Beispiel #12
0
async def spotifycheck(spotifychck):
    REDIS.set('spotifycheck', spotifychck)
Beispiel #13
0
async def sfsetsong(song):
    REDIS.set('sfsong', song)
Beispiel #14
0
async def lfsetartist(artist):
    """ Set LastFM Artist """
    REDIS.set('lfartist', artist)
Beispiel #15
0
async def setuserID(userid):
    REDIS.set('userid', userid)
Beispiel #16
0
async def lfsetsong(song):
    """ Set LastFM Song """
    REDIS.set('lfsong', song)
Beispiel #17
0
async def lfsetLogging(log):
    REDIS.set('lflog', log)
Beispiel #18
0
async def setuserID(userid):
    """ Set UserID for LastFM """
    REDIS.set('userid', userid)
Beispiel #19
0
async def afk(reason):
    """ Set AFK Reason """
    REDIS.set('is_afk', reason)
Beispiel #20
0
async def afk(reason):
    REDIS.set('is_afk', reason)
Beispiel #21
0
async def afk(reason):
    REDIS.set("is_afk", reason)