Skip to content

Commit

Permalink
Add linter ico in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mihalin committed Aug 11, 2021
1 parent 290f399 commit cd6de2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# uRPC

[![Static Analysis Status](https://github.com/epc-msu/urpc/workflows/Linter/badge.svg)](https://github.com/epc-msu/urpc/actions?workflow=Linter)

https://v10.urpc.ximc.ru/help

uRPC - это RPC для работы с микроконтроллерами. Имея описание протокола (имя отправляемой команды, тип
Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ def make_app():
logging.info("Starting server on port {}...".format(Settings.port))
app.listen(Settings.port, max_buffer_size=100 * 1024 * 1024)
asyncio.get_event_loop().run_forever()
# test

0 comments on commit cd6de2f

Please sign in to comment.