Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Sep 19, 2018
1 parent 2da2968 commit 568e700
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pydoc/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
&nbsp;<br>
@author:&nbsp;QiZhao<br>
@license:&nbsp;GNU&nbsp;GPLv3<br>
@version:&nbsp;0.1.6</tt></p>
@version:&nbsp;0.1.7</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
Expand Down
2 changes: 1 addition & 1 deletion Pydoc/send.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
&nbsp;<br>
@author:&nbsp;QiZhao<br>
@license:&nbsp;GNU&nbsp;GPLv3<br>
@version:&nbsp;0.1.5</tt></p>
@version:&nbsp;0.1.7</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
Expand Down
2 changes: 1 addition & 1 deletion Pydoc/spider.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
&nbsp;<br>
@author:&nbsp;QiZhao<br>
@license:&nbsp;GNU&nbsp;GPLv3<br>
@version:&nbsp;0.1.6</tt></p>
@version:&nbsp;0.1.7</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
Expand Down
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@author: QiZhao
@license: GNU GPLv3
@version: 0.1.6
@version: 0.1.7
'''
import spider
import time
Expand Down Expand Up @@ -37,7 +37,7 @@ def Init():

def Show_right():
'''显示程序版权声明'''
print('陕师大校园通知自动提醒'+' '+'V0.1.6')
print('陕师大校园通知自动提醒'+' '+'V0.1.7')
print('版权所有 (c) QiZhao 保留所有权利。 ')
print('本程序仅供学习和研究使用,不得用于任何商业用途.')
print('如您在使用中遇到任何问题,可联系作者邮箱: zhaoqi99@outlook.com')
Expand Down
2 changes: 1 addition & 1 deletion src/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@author: QiZhao
@license: GNU GPLv3
@version: 0.1.5
@version: 0.1.7
'''
from twilio.rest import Client
from email.mime.text import MIMEText
Expand Down
2 changes: 1 addition & 1 deletion src/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@author: QiZhao
@license: GNU GPLv3
@version: 0.1.6
@version: 0.1.7
'''
import urllib.request
import re
Expand Down

0 comments on commit 568e700

Please sign in to comment.