summaryrefslogtreecommitdiff
path: root/buildbot/check_tip_reserve.py
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-02 14:59:49 +0200
committerms <ms@taler.net>2021-07-02 14:59:49 +0200
commit8c42ad742cdd6f72e67545a2d34e42a3ae67214f (patch)
tree2b7e760917866e4fd92d549855f9ca734b003569 /buildbot/check_tip_reserve.py
parent1f9f01133642537338c48449c986a564b5d1ddd4 (diff)
downloaddeployment-8c42ad742cdd6f72e67545a2d34e42a3ae67214f.tar.gz
deployment-8c42ad742cdd6f72e67545a2d34e42a3ae67214f.tar.bz2
deployment-8c42ad742cdd6f72e67545a2d34e42a3ae67214f.zip
run tips checker once a day
Diffstat (limited to 'buildbot/check_tip_reserve.py')
-rwxr-xr-xbuildbot/check_tip_reserve.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py
index 0c5e580..68b87b0 100755
--- a/buildbot/check_tip_reserve.py
+++ b/buildbot/check_tip_reserve.py
@@ -53,5 +53,6 @@ if total_amount.is_zero():
# FIXME, eventually, just check the largest amount left through
# all the reserves.
print(f"Tip money is available: {total_amount}")
+print("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n")
print(f"=========================================")
print(f"FULL DUMP FROM THE BACKEND:\n{resp.text}")