Skip to content

Commit

Permalink
small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
passcombo authored Jul 8, 2020
1 parent 3ae22aa commit deb3987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mylibs/wallet_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get_staked_sum(CLI_STR,sender_email,password,sender_name,receiver_email): #

#read file
df=pandas.read_csv(sumpath,";",names=['date_time','amount','txid'],header=0, index_col=False ,parse_dates=['date_time'],infer_datetime_format=True,date_parser=lambda x: pandas.datetime.strptime(x, '%Y-%m-%d %H:%M:%S') )#,names=['date_time','amount','txid']

df=df.dropna()
# try:
zzz=json.loads(subprocess.getoutput(CLI_STR+' listtransactions "" 999') )
toappend,overlaped=check_txid_in_df(zzz,df)
Expand Down

0 comments on commit deb3987

Please sign in to comment.