mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-21 22:07:13 +00:00
Fix container picture generator
This commit is contained in:
@@ -28,7 +28,7 @@ class Interstitials(object):
|
||||
|
||||
def next(self):
|
||||
index = self.index % len(self.images)
|
||||
index += 1
|
||||
self.index += 1
|
||||
return self.images[index]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user