Pass client info to the sync_config

This commit is contained in:
Mark Haines 2015-01-30 11:50:15 +00:00
parent 8498d348d8
commit 4a67834bc8
2 changed files with 4 additions and 3 deletions

View file

@ -123,7 +123,7 @@ class SyncRestServlet(RestServlet):
sync_config = SyncConfig(
user=user,
device="TODO", # TODO(mjark) Get the device_id from access_token
client_info=client,
gap=gap,
limit=limit,
sort=sort,