Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Added link to Pokemon Sleep website in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
RaenonX committed Aug 2, 2023
1 parent 9e97cf8 commit 7b33817
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def create_app(with_error=True, configfile=None):
return app

def activate_sleep_preventer():
sleep_preventer.Process(target=_proc_prevent_sleep).start()
sleep_preventer.apply_async(_proc_prevent_sleep)

def _proc_prevent_sleep():
while True:
Expand Down
47 changes: 37 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,38 @@
blinker==1.4
cachetools==4.2.1
certifi==2020.12.5
chardet==4.0.0
click==7.1.2
dnspython==2.1.0
dominate==2.6.0
Flask==1.1.2
flask-appconfig
Flask-Bootstrap
flask-nav
Flask-JSGlue
Flask-Mail
Flask
pymongo
dnspython
google-api-python-client
oauth2client
requests
Flask-Bootstrap==3.3.7.1
Flask-JSGlue==0.3.1
Flask-Mail==0.9.1
flask-nav==0.6
google-api-core==1.26.0
google-api-python-client==1.12.8
google-auth==1.26.1
google-auth-httplib2==0.0.4
googleapis-common-protos==1.52.0
httplib2==0.19.0
idna==2.10
itsdangerous==1.1.0
Jinja2==2.11.3
MarkupSafe==1.1.1
oauth2client==4.1.3
packaging==20.9
protobuf==3.14.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pymongo==3.11.3
pyparsing==2.4.7
pytz==2021.1
requests==2.25.1
rsa==4.7.1
six==1.15.0
uritemplate==3.0.1
urllib3==1.26.3
visitor==0.1.3
Werkzeug==1.0.1
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.6.6
python-3.9.17
5 changes: 4 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
<div class="row">
<div class="col-md-12 set-center" style="margin-bottom: initial">
<div class="well">
<p class="h1-nbs">歡迎來到Pokemon Quest資訊站!</p>
<p class="h1-nbs">歡迎來到 Pokemon Quest 資訊站!</p>
<p class="h3-nbs">
新遊戲 <a href="https://www.pokemonsleep.net/">Pokemon Sleep</a><a href="https://pks.raenonx.cc" target="_blank">相關資訊站已開設,歡迎瀏覽</a>
</p>
<div class="glyphicon glyphicon-ok">
目前網頁基本功能建置完成,使用時若有任何問題,請聯絡<a href="mailto:[email protected]">點此</a>回報,謝謝。
</div>
Expand Down

0 comments on commit 7b33817

Please sign in to comment.