diff options
Diffstat (limited to 'SteamAPI.py')
-rw-r--r-- | SteamAPI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SteamAPI.py b/SteamAPI.py index 95a7105..3ac4eeb 100644 --- a/SteamAPI.py +++ b/SteamAPI.py @@ -371,7 +371,7 @@ class SteamAPI: return result - def getDataForPremadefinder(self, steamids): + def getDataForPrematefinder(self, steamids): futures = dict() futures["profiles"] = executor.submit(self.getProfiles, steamids) |