From 71b110fc68cbf84af22285939d2fe3aba10f8587 Mon Sep 17 00:00:00 2001 From: Moe Date: Sun, 12 Apr 2020 15:28:19 +0700 Subject: [PATCH] Update example.py --- example.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/example.py b/example.py index e6b3917..9a64529 100644 --- a/example.py +++ b/example.py @@ -1,7 +1,6 @@ from Quintal import QuintalGrabber -id = 123456 +id = 3645 quintal = QuintalGrabber(id) -#x = quintal.get_data("email") -x = quintal.get_data() +x = quintal.get_identity() print (x) \ No newline at end of file