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):
|
||||
URL = generate_url()
|
||||
|
||||
if not CLOSE_WINDOW_AFTER:
|
||||
print(URL)
|
||||
|
||||
if URL_AUTO_OPEN:
|
||||
print(URL)
|
||||
if URL_AUTO_OPEN is True:
|
||||
webbrowser.open(URL)
|
||||
|
||||
if not CLOSE_WINDOW_AFTER:
|
||||
|
Loading…
x
Reference in New Issue
Block a user