- will scape won games at start to update db for giveaways the bot has entered - schedules a once a day run of scraping won giveaways
10 lines
No EOL
310 B
HTML
10 lines
No EOL
310 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block title %} {{name}} Steamgifts Bot Configuration {% endblock %}
|
|
{% block content %}
|
|
<ul>
|
|
<li>Total Giveaways Considered: {{totals}}</li>
|
|
<li>Giveaways Entered: {{entered}}</li>
|
|
<li>Giveaways Won (with the bot): {{won}}</li>
|
|
</ul>
|
|
{% endblock %} |