Skip to content

Commit

Permalink
修复收不到邮件的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Biubush committed Feb 23, 2023
1 parent 3e6c5d1 commit dfe3367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alys.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def sendHtml(mailAdress: str, receieverName: str, Title: str, wholeText: str):
globals
try:
if WEBSITE=='':
websitehtml="<a>powerd by alys</a>"
websitehtml="<a>powerd by </a><a href='https://github.com/Biubush/alys'>alys</a>"
else:
websitehtml=f'''<a href="{WEBSITE}">前往官网</a>'''
# 电子邮件地址和密码
Expand Down Expand Up @@ -160,7 +160,7 @@ def sendHtml(mailAdress: str, receieverName: str, Title: str, wholeText: str):
</div>
<hr>
<div class="text-center">
<p><small>©Biubush 2023 仅供学习交流 切勿传播使用</small></p>
<p><small>仅供学习交流 切勿传播使用</small></p>
</div>
</div>
<div class="col"></div>
Expand Down
2 changes: 1 addition & 1 deletion templates/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<br>
<hr>
<div class="text-center">
<p><small><i class="bi bi-c-circle"></i>Biubush 2023 仅供学习交流 切勿传播使用</small></p>
<p><small>Powered by <a href="https://github.com/Biubush/alys">ALYS</a> 仅供学习交流 切勿传播使用</small></p>
</div>
</div>
<div class="col"></div>
Expand Down

0 comments on commit dfe3367

Please sign in to comment.