modified: app.py

modified:   requirements.txt
	modified:   templates/global_admin_dashboard.html
	modified:   templates/leaderboard.html
This commit is contained in:
SimolZimol
2024-10-31 11:20:25 +01:00
parent 6f799956ae
commit 623edd4752
4 changed files with 71 additions and 3 deletions

View File

@@ -38,6 +38,7 @@
<a href="{{ url_for('start') }}" class="btn btn-primary btn-block {{ 'disabled' if g.bot_running else '' }}">Start Bot</a>
<a href="{{ url_for('stop') }}" class="btn btn-danger btn-block {{ 'disabled' if not g.bot_running else '' }}">Stop Bot</a>
<a href="{{ url_for('view_logs') }}" class="btn btn-warning btn-block">View Logs</a>
<a href="{{ url_for('update_all_profile_pictures') }}" class="btn btn-primary mt-3">Update Profile Pictures</a>
</div>
</div>
</div>