diff options
author | Louis Vézina <[email protected]> | 2018-10-10 17:06:21 -0400 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2018-10-10 17:06:21 -0400 |
commit | 3119502a0f2f3edaf24119487cd6123c8d4018d0 (patch) | |
tree | 9d17ca5c89484600b78039cd3a328e021dfed36d /.gitignore | |
parent | 1cccd810ae6bb750f91dc0fcde7d7aedf91b802a (diff) | |
download | bazarr-3119502a0f2f3edaf24119487cd6123c8d4018d0.tar.gz bazarr-3119502a0f2f3edaf24119487cd6123c8d4018d0.zip |
Modify ping url and loader message on restart.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5a5097008..f3d01e2b6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ cachefile.dbm *.log.* *.db *.pyc -.idea/*
\ No newline at end of file +.idea/* +bazarr.pid |