Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Update BarnameKon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaari authored Feb 12, 2021
1 parent be143fb commit 06c48ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BarnameKon.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def feed_info_to_evligen(mes_text):
'''

mes_text=mes_text.split('\n')
event_link=evligen(mes_text[0],mes_text[2],mes_text[3],mes_text[1],'\n'.join(mes_text[4:]))
event_link=evligen(mes_text[1],mes_text[3],mes_text[4],mes_text[2],'\n'.join(mes_text[5:]))
return event_link


Expand Down

0 comments on commit 06c48ed

Please sign in to comment.