mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-21 19:13:05 +00:00
modified python sample
This commit is contained in:
parent
00a1618807
commit
5ce51cb249
1 changed files with 0 additions and 7 deletions
|
@ -29,18 +29,11 @@ class RubberStamp:
|
|||
|
||||
# Add a newline because the ui reads per line
|
||||
command += " \n"
|
||||
|
||||
# If we're connected to the ui
|
||||
if self.gtk_proc:
|
||||
# Send the command as bytes
|
||||
self.gtk_proc.stdin.write(bytearray(command.encode("utf-8")))
|
||||
self.gtk_proc.stdin.flush()
|
||||
|
||||
# Write a padding line to force the command through any buffers
|
||||
self.gtk_proc.stdin.write(bytearray("P=_PADDING \n".encode("utf-8")))
|
||||
self.gtk_proc.stdin.flush()
|
||||
|
||||
|
||||
def execute(config, gtk_proc, opencv):
|
||||
verbose = config.getboolean("debug", "verbose_stamps", fallback=False)
|
||||
dir_path = os.path.dirname(os.path.realpath(__file__))
|
||||
|
|
Loading…
Reference in a new issue