changes in api
parent
1c6ba6eb4b
commit
0a289f9f2f
@ -1,4 +1,4 @@
|
|||||||
from app import app
|
from app import app
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host='0.0.0.0',debug=True)
|
app.run(host='0.0.0.0',port=1234,debug=True)
|
||||||
|
Binary file not shown.
@ -1,2 +1,11 @@
|
|||||||
#main{font-family: monospace;}
|
#main{font-family: monospace;
|
||||||
|
max-width: 50%;}
|
||||||
.mono{}
|
.mono{}
|
||||||
|
|
||||||
|
|
||||||
|
.references{
|
||||||
|
display: block;
|
||||||
|
font-style: italic;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
max-width: 50%;
|
||||||
|
}
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
1559814619687 addons.xpi WARN Can't get modified time of /usr/lib/thunderbird/features/wetransfer@extensions.thunderbird.net
|
||||||
|
1559832848106 addons.update-checker WARN Update manifest for messagingmenu@mozilla.com did not contain an updates property
|
||||||
|
1559832848125 addons.update-checker WARN Update manifest for {972ce4c6-7e08-4474-a285-3208198ce6fd} did not contain an updates property
|
||||||
|
1559919248530 addons.update-checker WARN Update manifest for messagingmenu@mozilla.com did not contain an updates property
|
||||||
|
1559919248558 addons.update-checker WARN Update manifest for {972ce4c6-7e08-4474-a285-3208198ce6fd} did not contain an updates property
|
Loading…
Reference in New Issue