Skip to content

Commit

Permalink
(#52) refactor: change class -> method
Browse files Browse the repository at this point in the history
  • Loading branch information
seunggabi committed May 15, 2023
1 parent 363f918 commit 83c330e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/python/upbit/client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

from . import models
from seunggabi_core_python.util.config_util import Config
from seunggabi_core_python.util import config_util


class Upbit:
Expand All @@ -27,7 +27,7 @@ def __init__(
**kwargs
):
if access_key is None and secret_key is None:
credentials = Config.get(
credentials = config_util.get(
group="upbit",
context="credentials",
profile=profile
Expand Down

0 comments on commit 83c330e

Please sign in to comment.