diff options
-rw-r--r-- | .gitignore | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | vivaldi-update-checker.py | 1 |
2 files changed, 5 insertions, 2 deletions
@@ -1,2 +1,4 @@ -venv/ -.idea
\ No newline at end of file +/venv/ +/.idea +/state +/.state
\ No newline at end of file diff --git a/vivaldi-update-checker.py b/vivaldi-update-checker.py index f85a391..ff689bf 100644..100755 --- a/vivaldi-update-checker.py +++ b/vivaldi-update-checker.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import requests, re from argparse import ArgumentParser |