def auth_rockets():
global rockets_ws
print('Attempting to connect to rockets...')
rockets_ws = create_connection("ws://rockets.cc:3210")
rockets_ws.send(rockets_subscription)
print('Success!')
# downloads an image from imgur
# returns: image path
评论列表
文章目录