mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
reformat with black
This commit is contained in:
parent
e5724620a8
commit
1a3a5b43a0
15 changed files with 48 additions and 47 deletions
|
|
@ -91,7 +91,7 @@ class AssetsController(Controller):
|
|||
|
||||
class OwrxAssetsController(AssetsController):
|
||||
def openFile(self, file):
|
||||
return pkg_resources.resource_stream('htdocs', file)
|
||||
return pkg_resources.resource_stream("htdocs", file)
|
||||
|
||||
|
||||
class AprsSymbolsController(AssetsController):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue