|
@@ -310,7 +310,7 @@ def gift(username=None, amount=None, object_name=None):
|
|
|
|
|
|
def news():
|
|
def news():
|
|
fake_loading_bar('Loading Data', duration=0.76)
|
|
fake_loading_bar('Loading Data', duration=0.76)
|
|
- response = client_request('news', {"session_id": connection.session_id})
|
|
|
|
|
|
+ response = client_request('news', {})
|
|
success = 'data' in response
|
|
success = 'data' in response
|
|
if success:
|
|
if success:
|
|
print(_my_tabulate(response['data'],
|
|
print(_my_tabulate(response['data'],
|