mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
meh
This commit is contained in:
parent
6d964b36c8
commit
5568743006
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ def favicon(request):
|
||||||
request.setResponseCode(404, 'Not Found')
|
request.setResponseCode(404, 'Not Found')
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
def main(dev=False):
|
def main():
|
||||||
global action_dict
|
global action_dict
|
||||||
global api
|
global api
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue