From e37daed28b9b9bea8394bc3952af7f592626e0fb Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Mon, 6 Nov 2017 18:20:03 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e155d5..3c7f253 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ maintained anymore. The code was updated with some important changes: * ac2dm authentication with checkin and device info upload * updated search and download calls -* using headers of a Nexus 6P. Add you own device under `device.properties` file +* select the device you want to fake from a list of pre-defined values (check `device.properties`) +(defaults to a OnePlus One) # Usage -Check the test.py module for a simple example. +Check `test.py` for a simple example. An important note about login function: ```