uncleLukie / TripleJPlayer

A discord rich Triple J player
0 stars 0 forks source link

start.py threaded else statement not working #1

Closed uncleLukie closed 1 year ago

uncleLukie commented 1 year ago

either of these lines of code break the loop and stop the app from working:

26 heading = fetcher.get_break_info() 27 drpc.update_break_activity(heading)

for now they are commented out, need to further explore what's wrong in one or both of these lines

uncleLukie commented 1 year ago

No longer using threading, don't need it anymore since webview is not used <3