diff options
author | André Glüpker <git@wgmd.de> | 2022-10-08 21:01:00 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2022-10-08 21:01:00 +0200 |
commit | 0535319a72ca7c38c44f2268e61147ec7324d7dd (patch) | |
tree | deff601e69a63e7af10970dc532414008f94b1b1 /SteamAPI.py | |
parent | 6a6a1fcca5058eedcd26c280bb003ca189e67815 (diff) | |
download | steam-0535319a72ca7c38c44f2268e61147ec7324d7dd.tar.gz steam-0535319a72ca7c38c44f2268e61147ec7324d7dd.tar.bz2 steam-0535319a72ca7c38c44f2268e61147ec7324d7dd.zip |
Rename old typo s/Premade/Premate
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) |