serinko 4 年 前
コミット
938674d5ad
1 ファイル変更2 行追加2 行削除
  1. 2 2
      texts_cli.py

+ 2 - 2
texts_cli.py

@@ -166,8 +166,8 @@ def _confirm_entry():
 
 
 def _display_database(i, user, info, twitter,):
 def _display_database(i, user, info, twitter,):
     """Text template for table of wallet display function"""
     """Text template for table of wallet display function"""
-    line_0 = ("INDEX","USER","TWITTER","ENS","INFO","ADDRESSES","NETWORKS")
-    line = ("===========","===========","===========","===========",
+    line_0 = ("#","USER","TWITTER","ENS","INFO","ADDRESSES","NETWORKS")
+    line = ("==","=======","===========","===========",
             "===========","===========","===========")
             "===========","===========","===========")