From e6b0d0891bff701df264b448b7d125a97e8725a8 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 14 Aug 2022 13:47:36 +0200 Subject: Update contributors --- createContributors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'createContributors.py') diff --git a/createContributors.py b/createContributors.py index d315e5687..fba19c793 100644 --- a/createContributors.py +++ b/createContributors.py @@ -41,7 +41,7 @@ csvFile.close() config = configparser.ConfigParser() config.read(os.path.expanduser("~") + '/.transifexrc') if 'https://www.transifex.com' in config and config['https://www.transifex.com']['username'] == 'api': - TRANSIFEX_TOKEN = config['https://www.transifex.com']['password'] + TRANSIFEX_TOKEN = config['https://www.transifex.com']['token'] else: TRANSIFEX_TOKEN = "" -- cgit v1.2.3