We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc337bd commit a273dd9Copy full SHA for a273dd9
main.py
@@ -8,7 +8,9 @@
8
from config.definitions import assets_dir
9
10
if __name__ == '__main__':
11
- print('NexusFlow 2022 starting...')
+ 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!')
14
try:
15
templates = [cv2.imread(os.path.join(assets_dir, 'template1.png')),
16
cv2.imread(os.path.join(assets_dir, 'template2.png')),
@@ -31,7 +33,7 @@
31
33
break
32
34
time.sleep(6)
35
except SystemExit:
- print('Exiting the program')
36
+ print('Exiting the program...')
37
raise
38
finally:
39
time.sleep(5)
0 commit comments