Skip to content

Commit a273dd9

Browse files
committed
Add advertissement about how to replace templates
1 parent fc337bd commit a273dd9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

main.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
from config.definitions import assets_dir
99

1010
if __name__ == '__main__':
11-
print('NexusFlow 2022 starting...')
11+
print('NexusDownloadFlow 2022 starting...')
12+
print('Do not forget to replace the assets templates (1, 2 & 3) in order to match with the screenshots '
13+
'taken from your monitor!')
1214
try:
1315
templates = [cv2.imread(os.path.join(assets_dir, 'template1.png')),
1416
cv2.imread(os.path.join(assets_dir, 'template2.png')),
@@ -31,7 +33,7 @@
3133
break
3234
time.sleep(6)
3335
except SystemExit:
34-
print('Exiting the program')
36+
print('Exiting the program...')
3537
raise
3638
finally:
3739
time.sleep(5)

0 commit comments

Comments
 (0)