|
@@ -73,7 +73,7 @@ def make_ci_df():
|
|
|
df = pd.DataFrame()
|
|
|
for row in db.query(statement):
|
|
|
date_format = "%Y-%M-%d %H:%M:%S"
|
|
|
- fdate = row['time_stamp'].strftime('%Y-%m-%d %H時 %M分')
|
|
|
+ fdate = row['timestamp'].strftime('%Y-%m-%d %H時 %M分')
|
|
|
|
|
|
df = df.append({'serial id':row['id'],'e-mail':row['email'],'登記時間':row['timestamp']}, ignore_index=True)
|
|
|
|