Skip to content

Commit c305378

Browse files
committed
Fixes slow display of detection history. Suppress the pylint warning. Improved FTP server.
1 parent 2985477 commit c305378

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+356
-182
lines changed

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/python3
2+
# pylint:disable=consider-using-f-string
23
""" Build pycameresp firmware """
34
import sys
45
import subprocess

0 commit comments

Comments
 (0)