Get more specific board games first on refresh, this makes refresh make less requests to bgg
This commit is contained in:
parent
dbfc5ba903
commit
b30ead8ac9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,10 +26,10 @@ def refresh_data():
|
|||
data_connection.create_db_and_tables()
|
||||
with Session(data_connection.get_db_engine()) as session:
|
||||
statistic_creator.clear_cache()
|
||||
data_connection.get_user_collection(session)
|
||||
data_connection.get_user_owned_collection(session)
|
||||
data_connection.get_user_wishlist_collection(session)
|
||||
data_connection.get_user_preordered_collection(session)
|
||||
data_connection.get_user_collection(session)
|
||||
data_connection.get_plays(session)
|
||||
|
||||
print('DONE')
|
||||
|
|
|
|||
Loading…
Reference in a new issue