Skip to content

Commit

Permalink
[pricefee] correct the grapheneapi class
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Aug 21, 2016
1 parent d672bfb commit 31ed957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pricefeeds/pricefeeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from prettytable import PrettyTable
from math import fabs, sqrt
from datetime import datetime
from grapheneapi import GrapheneAPI
from grapheneapi.grapheneapi import GrapheneAPI
import os.path
from concurrent import futures
import config
Expand Down

0 comments on commit 31ed957

Please sign in to comment.