clean code
This commit is contained in:
parent
d21c008ed8
commit
145befb4d9
@ -187,7 +187,7 @@ def dark_pool_flow():
|
||||
|
||||
def options_flow():
|
||||
now_ny = datetime.now(ny_tz)
|
||||
N_minutes_ago = now_ny - timedelta(minutes=5)
|
||||
N_minutes_ago = now_ny - timedelta(minutes=10)
|
||||
today = now_ny.date()
|
||||
|
||||
# Load seen entries
|
||||
@ -333,9 +333,6 @@ def recent_earnings():
|
||||
except:
|
||||
pass
|
||||
|
||||
print(res_list)
|
||||
|
||||
|
||||
if res_list:
|
||||
|
||||
if seen_list:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user