From e263ef39721022fb10c07933bc2b901d571d0771 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 May 2024 13:14:41 +0700 Subject: fix typo --- indoteknik_custom/models/ged.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3