Skip to content

Commit

Permalink
Set default nextcloud_version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Jan 4, 2022
1 parent a27d6f5 commit 0a650f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talked/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def start():
return jsonify(message=response)

token = request.get_json()["token"]
nextcloud_version = request.get_json()["nextcloud_version"]
nextcloud_version = request.get_json().get(["nextcloud_version"], "22")

audio_only = request.get_json().get("audio_only", config["audio_only"])
grid_view = request.get_json().get("grid_view", config["grid_view"])
Expand Down

0 comments on commit 0a650f2

Please sign in to comment.