From 192706858409fcd537dc345039d367c87336bbd8 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 2 Sep 2016 19:32:43 +0100 Subject: [PATCH] rework recipe README [ci skip] --- recipes/1.Login/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/1.Login/README.rst b/recipes/1.Login/README.rst index 6c5a0b8..507f35e 100644 --- a/recipes/1.Login/README.rst +++ b/recipes/1.Login/README.rst @@ -1,7 +1,7 @@ one_off_login.py ---------------- -Minimal example for login, support email and two factor codes. +Minimal example for login with prompt for email and two factor codes. After the login, the code will print some account info and exit. No information is persisted to disk. @@ -10,4 +10,5 @@ persistent_login.py In this example, after the login prompt, the client will remain connected until interrupted. The client will attempt to reconnect after losing network connectivity or when steam is down. +A sentry file is persisted to disk for each account.