diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-21 13:14:41 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-21 13:14:41 +0700 |
| commit | e263ef39721022fb10c07933bc2b901d571d0771 (patch) | |
| tree | 1345aedc77af2c1e6ddc25446fce198d3c5a1b7d | |
| parent | 544e9138e8ec11326ba7ded2e0a29398182fde5b (diff) | |
fix typo
| -rw-r--r-- | indoteknik_custom/models/ged.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/ged.py b/indoteknik_custom/models/ged.py index 5cf0ab79..ef3dd94f 100644 --- a/indoteknik_custom/models/ged.py +++ b/indoteknik_custom/models/ged.py @@ -133,7 +133,7 @@ class GedApi(models.Model): # else: # token = token_data.access_token - token = self.get_token() + token = self._get_token() headers = { 'Content-Type': 'application/json', 'Accept': 'application/json', |
