update
This commit is contained in:
parent
481be44cf5
commit
ad890179a6
@ -88,7 +88,7 @@ def analyze_symbol(symbol, interval='1h', limit=1000):
|
||||
'得分': 0
|
||||
}
|
||||
|
||||
if __name__ == "__main__":
|
||||
def main():
|
||||
# 执行分析
|
||||
results = [analyze_symbol(sym) for sym in top_symbols]
|
||||
df_result = pd.DataFrame(results)
|
||||
@ -169,4 +169,7 @@ if __name__ == "__main__":
|
||||
border_style="blue"
|
||||
)
|
||||
console.print("\n")
|
||||
console.print(info_panel)
|
||||
console.print(info_panel)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Reference in New Issue
Block a user