This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python3 | |
import datetime | |
import json | |
from telethon.sync import TelegramClient | |
from telethon.tl.types import InputPeerChat, MessageMediaPoll | |
# expects a settings.py in the same directory with these vars defined | |
from settings import API_ID, API_HASH, CHAT_ID |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure b/configure | |
index 65f1145..068f21f 100755 | |
--- a/configure | |
+++ b/configure | |
@@ -24432,9 +24432,9 @@ if ${gl_cv_func_getcwd_abort_bug+:} false; then : | |
$as_echo_n "(cached) " >&6 | |
else | |
# Remove any remnants of a previous test. | |
- rm -rf confdir-14B--- | |
+ # rm -rf confdir-14B--- |
OlderNewer