mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-15 12:03:41 +00:00
removed newline
This commit is contained in:
@@ -71,7 +71,6 @@ def main():
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
""").strip() + "\n\n\n" + text
|
""").strip() + "\n\n\n" + text
|
||||||
|
|
||||||
|
|
||||||
with open(dest, "w") as h_file:
|
with open(dest, "w") as h_file:
|
||||||
h_file.write(text)
|
h_file.write(text)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user