Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 8806f01

Browse files
authored
Fix typo
1 parent fffd518 commit 8806f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt/chatgpt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def load_config(self, config_path: str = DEFAULT_CONFIG_PATH):
291291

292292
def write_config(self, config_path: Optional[str] = None):
293293
if config_path is None:
294-
config_path = DEFAULT_CONFIG_PATH
294+
config_path = self.DEFAULT_CONFIG_PATH
295295
self._config_path = config_path
296296
try:
297297
config = {

0 commit comments

Comments
 (0)