yes.
This commit is contained in:
parent
d03a44b7c2
commit
06041a5542
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -58,7 +58,8 @@ def get_track():
|
||||||
#else:
|
#else:
|
||||||
print("Can't get token for", username)
|
print("Can't get token for", username)
|
||||||
def main():
|
def main():
|
||||||
threading.Thread(target=get_track)
|
x = threading.Thread(target=get_track)
|
||||||
|
x.start()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue