summaryrefslogtreecommitdiff
path: root/createContributors.py
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-08-14 13:47:36 +0200
committerByteHamster <info@bytehamster.com>2022-08-14 13:57:17 +0200
commite6b0d0891bff701df264b448b7d125a97e8725a8 (patch)
treec7584e037cc3a20be06590e149a1caf7be019805 /createContributors.py
parent0d0c4a7ef61308a0e08e872c812d5faef768240f (diff)
downloadAntennaPod-e6b0d0891bff701df264b448b7d125a97e8725a8.zip
Update contributors
Diffstat (limited to 'createContributors.py')
-rw-r--r--createContributors.py2
1 files changed, 1 insertions, 1 deletions
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 = ""