Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
suryan-s committed Mar 22, 2023
1 parent cb47de2 commit ea0aa3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
os.makedirs(down_folder,mode=0o777,exist_ok=True)
# os.makedirs(main_down_folder,mode=0o777,exist_ok=True)
except Exception as e:
print("Error at making dir ",e)
st.error("Error at making dir")
print("Error at making dir ",e)
st.error("Error at making dir")
try:
Result = prep_cert(
df,
Expand Down

0 comments on commit ea0aa3c

Please sign in to comment.