Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
90fefa30d3
|
|||
| 8685303673 |
@@ -490,6 +490,11 @@ def bb_sync_info(account_id):
|
||||
}
|
||||
|
||||
|
||||
def account_sync_current_on_all_regions(account_id):
|
||||
sync = bb_sync_info(account_id)
|
||||
return sync.get("status") == "current", sync
|
||||
|
||||
|
||||
def bb_payload(account_id, username):
|
||||
sync = bb_sync_info(account_id)
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user