We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1cd6b commit 8235f13Copy full SHA for 8235f13
1 file changed
misp_modules/modules/expansion/btc_steroids.py
@@ -51,7 +51,7 @@ def convert(btc, timestamp):
51
global g_rate_limit
52
global start_time
53
global now
54
- #global conversion_rates
+ # global conversion_rates
55
date = time.strftime("%Y-%m-%d", time.localtime(timestamp))
56
# Lookup conversion rates in the cache:
57
if date in conversion_rates:
@@ -99,7 +99,7 @@ def mprint(input):
99
100
def handler(q=False):
101
global result_text
102
103
result_text = ""
104
# start_time = time.time()
105
# now = time.time()
0 commit comments