diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-12 09:24:38 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-12 09:24:38 -0800 |
commit | 6ac2f4426c146b4ae3930660161f61db6a662a15 (patch) | |
tree | 3eeeb9d9a64811876fec62bdc5c17248f247a744 /backend | |
parent | 2229373c28c119b5d7fdaa2b35dec5aa8f0adade (diff) | |
download | standingwithresilience-6ac2f4426c146b4ae3930660161f61db6a662a15.tar.gz standingwithresilience-6ac2f4426c146b4ae3930660161f61db6a662a15.zip |
fix to move towards python3
Diffstat (limited to 'backend')
-rwxr-xr-x | backend/update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/update.py b/backend/update.py index 0f5577a..f753bef 100755 --- a/backend/update.py +++ b/backend/update.py @@ -94,4 +94,4 @@ for host in hosts: ######################################### -print "Done." +print ("Done.") |