Skip to content

Commit 8235f13

Browse files
committed
chg: [btc_steroids] comments
1 parent df1cd6b commit 8235f13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

misp_modules/modules/expansion/btc_steroids.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def convert(btc, timestamp):
5151
global g_rate_limit
5252
global start_time
5353
global now
54-
#global conversion_rates
54+
# global conversion_rates
5555
date = time.strftime("%Y-%m-%d", time.localtime(timestamp))
5656
# Lookup conversion rates in the cache:
5757
if date in conversion_rates:
@@ -99,7 +99,7 @@ def mprint(input):
9999

100100
def handler(q=False):
101101
global result_text
102-
#global conversion_rates
102+
# global conversion_rates
103103
result_text = ""
104104
# start_time = time.time()
105105
# now = time.time()

0 commit comments

Comments
 (0)