Skip to content

Commit

Permalink
run hello world containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltachaos committed Sep 1, 2024
1 parent 9f9f521 commit b749322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ def target_resolver(self):
k = Kentledge()

if len( sys.argv ) <= 1:
#for target in k.target_resolver().targets():
# print(target)
for target in k.target_resolver().targets():
print(target)
print("Sleep")
time.sleep(10)
else:
Expand Down

0 comments on commit b749322

Please sign in to comment.