From 529ef143f0de7fcc3d35b0735612f10f83c18962 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 28 Oct 2018 19:52:54 +0100 Subject: [PATCH] Remove debugging piece of code --- pyrogram/client/ext/emoji.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyrogram/client/ext/emoji.py b/pyrogram/client/ext/emoji.py index bcd98854..b2dd99fd 100644 --- a/pyrogram/client/ext/emoji.py +++ b/pyrogram/client/ext/emoji.py @@ -7849,8 +7849,3 @@ class Emoji: REVERSED_THUMBS_UP_SIGN_EMOJI_MODIFIER_FITZPATRICK_TYPE_6 = "\U0001f592\U0001f3ff" LEFT_WRITING_HAND_EMOJI_MODIFIER_FITZPATRICK_TYPE_6 = "\U0001f58e\U0001f3ff" REVERSED_VICTORY_HAND_EMOJI_MODIFIER_FITZPATRICK_TYPE_6 = "\U0001f594\U0001f3ff" - -with open("suca.txt", "w") as f: - for k, v in Emoji.__dict__.items(): - if not k.startswith("__"): - f.write("{},{}\n".format(k, v)) \ No newline at end of file