Typo correction

pull/115/merge
Louis Vézina 6 years ago
parent dd568c9f6a
commit 77c7d8b102

@ -60,7 +60,7 @@ def update_movies():
if movie['path'][0] == "/": if movie['path'][0] == "/":
separator = "/" separator = "/"
else: else:
separator == "\\" separator = "\\"
# Update or insert movies list in database table # Update or insert movies list in database table
try: try:

Loading…
Cancel
Save