mirror of
https://github.com/Redume/Shirino.git
synced 2024-12-25 01:33:45 +03:00
fix: delete keys coinapi
This commit is contained in:
parent
7767474da0
commit
e54e70ed49
1 changed files with 0 additions and 4 deletions
|
@ -12,10 +12,6 @@ from utils.format_number import format_number
|
|||
|
||||
config = yaml.safe_load(open('config.yaml'))
|
||||
|
||||
coinapi_len = len(config['coinapi_keys'])
|
||||
coinapi_active = [0]
|
||||
|
||||
|
||||
class Converter:
|
||||
def __init__(self):
|
||||
self.amount: float = 1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue