Compare commits
No commits in common. "80419aa05ecd496dc6d2747e34515196f86607e9" and "bac1532663707c75f75ac0fac1b303da02df3307" have entirely different histories.
80419aa05e
...
bac1532663
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
build
|
|
||||||
dist
|
|
||||||
*.spec
|
|
||||||
.idea
|
|
Binary file not shown.
@ -28,11 +28,8 @@ def generate_url(base_url: str = 'https://prnt.sc/'):
|
|||||||
|
|
||||||
for _ in range(NUMBER_OF_LINKS_TO_GENERATE):
|
for _ in range(NUMBER_OF_LINKS_TO_GENERATE):
|
||||||
URL = generate_url()
|
URL = generate_url()
|
||||||
|
print(URL)
|
||||||
if not CLOSE_WINDOW_AFTER:
|
if URL_AUTO_OPEN is True:
|
||||||
print(URL)
|
|
||||||
|
|
||||||
if URL_AUTO_OPEN:
|
|
||||||
webbrowser.open(URL)
|
webbrowser.open(URL)
|
||||||
|
|
||||||
if not CLOSE_WINDOW_AFTER:
|
if not CLOSE_WINDOW_AFTER:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user