mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 04:19:43 +00:00
Merge branch 'master' into 2020-01-caen
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