From 93f7784f3fe8263e5bee91275a90b97c3867f6c3 Mon Sep 17 00:00:00 2001 From: David Kim Date: Sat, 28 Jan 2017 18:47:47 -0500 Subject: [PATCH] API Key make api key private --- Rito.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rito.py b/Rito.py index c291e91..e608de3 100644 --- a/Rito.py +++ b/Rito.py @@ -17,7 +17,7 @@ import datetime -MY_KEY = 'ce14c093-38d2-4a49-acf4-2a5a6e8f4d7e' #just used for testing +MY_KEY = '' #just used for testing MY_SUMMONER_ID = 22788951 #just used for testing BASE_URL = r'https://na.api.pvp.net/' @@ -106,4 +106,4 @@ def pokemans(): if __name__ == '__main__': main() - \ No newline at end of file +