diff options
author | Louis Vézina <[email protected]> | 2017-10-28 21:44:01 -0400 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2017-10-28 21:44:01 -0400 |
commit | 672886a09ef2c9259e40b8b5534f63b1bccea2ab (patch) | |
tree | 309c9e3a095fba27b1fc8c5c282ed9ef7cb90f9a | |
parent | 127f724a64db3e4a68eea1b10c52b2c1a143dfd1 (diff) | |
download | bazarr-672886a09ef2c9259e40b8b5534f63b1bccea2ab.tar.gz bazarr-672886a09ef2c9259e40b8b5534f63b1bccea2ab.zip |
Adding screenshot
-rw-r--r-- | screenshot/episodes.png | bin | 0 -> 2224861 bytes | |||
-rw-r--r-- | screenshot/history.png | bin | 0 -> 140744 bytes | |||
-rw-r--r-- | screenshot/series.png | bin | 0 -> 98751 bytes | |||
-rw-r--r-- | screenshot/settings.png | bin | 0 -> 78819 bytes | |||
-rw-r--r-- | screenshot/system.png | bin | 0 -> 71273 bytes | |||
-rw-r--r-- | screenshot/wanted.png | bin | 0 -> 93273 bytes | |||
-rw-r--r-- | update.py | 2 |
7 files changed, 0 insertions, 2 deletions
diff --git a/screenshot/episodes.png b/screenshot/episodes.png Binary files differnew file mode 100644 index 000000000..b240a14e7 --- /dev/null +++ b/screenshot/episodes.png diff --git a/screenshot/history.png b/screenshot/history.png Binary files differnew file mode 100644 index 000000000..fb5291028 --- /dev/null +++ b/screenshot/history.png diff --git a/screenshot/series.png b/screenshot/series.png Binary files differnew file mode 100644 index 000000000..eeb20ccd4 --- /dev/null +++ b/screenshot/series.png diff --git a/screenshot/settings.png b/screenshot/settings.png Binary files differnew file mode 100644 index 000000000..47f658213 --- /dev/null +++ b/screenshot/settings.png diff --git a/screenshot/system.png b/screenshot/system.png Binary files differnew file mode 100644 index 000000000..bf8408510 --- /dev/null +++ b/screenshot/system.png diff --git a/screenshot/wanted.png b/screenshot/wanted.png Binary files differnew file mode 100644 index 000000000..c94f8a884 --- /dev/null +++ b/screenshot/wanted.png @@ -4,5 +4,3 @@ import git g = git.cmd.Git(os.path.dirname(__file__)) print g.pull('--dry-run', 'origin', branch) - -print g |