mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-13 14:34:45 +02:00
tests
This commit is contained in:
@ -40,7 +40,7 @@ scheduler.add_job( # on relance le job
|
||||
year="*", month="*", day="*", hour="0", minute="0", second="0"
|
||||
), # ---
|
||||
name="Daily refresh", # ---
|
||||
id=99 # ---
|
||||
id="99" # ---
|
||||
)
|
||||
|
||||
def start_ms(i):
|
||||
@ -407,4 +407,4 @@ def maxi(dict):
|
||||
if __name__ == '__main__':
|
||||
update_jobs()
|
||||
edit_version()
|
||||
app.run(host='0.0.0.0', port=3456, debug=True)
|
||||
app.run(host='0.0.0.0', port=1234, debug=True)
|
||||
|
@ -122,7 +122,7 @@
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
<input type="submit" class="confirm" name="data" id="submit" value="Update !" class="button"/>
|
||||
<input type="submit" class="confirm" name="data" id="submit" value="Create !" class="button"/>
|
||||
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user