forked from NoLog.cz/trhlina-calendar
fixes bug
This commit is contained in:
parent
60562b2aec
commit
5f009e8500
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -33,7 +33,7 @@ def update():
|
||||||
|
|
||||||
if request.method == 'POST':
|
if request.method == 'POST':
|
||||||
get_json.main()
|
get_json.main()
|
||||||
return 201
|
return "Updated"
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in a new issue