f-strings

This commit is contained in:
Devaev Maxim
2019-06-28 06:27:46 +03:00
parent 724c6e118f
commit 2ed3c4815b
3 changed files with 11 additions and 12 deletions

View File

@@ -25,8 +25,7 @@ import textwrap
# =====
def get_prepend() -> str:
return textwrap.dedent("""
C_PREPEND = textwrap.dedent("""
/*****************************************************************************
# #
# uStreamer - Lightweight and fast MJPG-HTTP streamer. #