From 0535319a72ca7c38c44f2268e61147ec7324d7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Sat, 8 Oct 2022 21:01:00 +0200 Subject: Rename old typo s/Premade/Premate --- SteamAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SteamAPI.py') 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) -- cgit v1.2.3