Начал добовлять в телеграм 2

This commit is contained in:
Marsh232
2022-09-12 01:08:21 +03:00
parent 0233a3f172
commit 3f637f5de9
2 changed files with 16 additions and 8 deletions
+15 -7
View File
@@ -4,8 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="56d3644b-12ed-4137-967a-9e3a3c12d93b" name="Changes" comment="Add subnets"> <list default="true" id="56d3644b-12ed-4137-967a-9e3a3c12d93b" name="Changes" comment="Начал добовлять в телеграм">
<change afterPath="$PROJECT_DIR$/config.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" /> <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
</list> </list>
@@ -112,7 +111,8 @@
<workItem from="1662496666820" duration="3601000" /> <workItem from="1662496666820" duration="3601000" />
<workItem from="1662542574124" duration="3363000" /> <workItem from="1662542574124" duration="3363000" />
<workItem from="1662648763510" duration="5935000" /> <workItem from="1662648763510" duration="5935000" />
<workItem from="1662886058001" duration="5418000" /> <workItem from="1662886058001" duration="5482000" />
<workItem from="1662931348193" duration="2530000" />
</task> </task>
<task id="LOCAL-00001" summary="Add basic output"> <task id="LOCAL-00001" summary="Add basic output">
<created>1662545492088</created> <created>1662545492088</created>
@@ -142,7 +142,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1662887439537</updated> <updated>1662887439537</updated>
</task> </task>
<option name="localTasksCounter" value="5" /> <task id="LOCAL-00005" summary="Начал добовлять в телеграм">
<created>1662898384606</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1662898384606</updated>
</task>
<option name="localTasksCounter" value="6" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@@ -164,20 +171,21 @@
<MESSAGE value="hz" /> <MESSAGE value="hz" />
<MESSAGE value="add func subnets" /> <MESSAGE value="add func subnets" />
<MESSAGE value="Add subnets" /> <MESSAGE value="Add subnets" />
<option name="LAST_COMMIT_MESSAGE" value="Add subnets" /> <MESSAGE value="Начал добовлять в телеграм" />
<option name="LAST_COMMIT_MESSAGE" value="Начал добовлять в телеграм" />
</component> </component>
<component name="XDebuggerManager"> <component name="XDebuggerManager">
<breakpoint-manager> <breakpoint-manager>
<breakpoints> <breakpoints>
<line-breakpoint enabled="true" suspend="THREAD" type="python-line"> <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
<url>file://$PROJECT_DIR$/main.py</url> <url>file://$PROJECT_DIR$/main.py</url>
<line>48</line> <line>49</line>
<option name="timeStamp" value="1" /> <option name="timeStamp" value="1" />
</line-breakpoint> </line-breakpoint>
</breakpoints> </breakpoints>
</breakpoint-manager> </breakpoint-manager>
</component> </component>
<component name="com.intellij.coverage.CoverageDataManagerImpl"> <component name="com.intellij.coverage.CoverageDataManagerImpl">
<SUITE FILE_PATH="coverage/Telegram_IP_CALC$main.coverage" NAME="main Coverage Results" MODIFIED="1662887260465" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" /> <SUITE FILE_PATH="coverage/Telegram_IP_CALC$main.coverage" NAME="main Coverage Results" MODIFIED="1662933907219" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
</component> </component>
</project> </project>
+1 -1
View File
@@ -1,5 +1,5 @@
import telebot
import config import config
import telebot
import ipaddress import ipaddress
bot = telebot.TeleBot(config.TOKEN) bot = telebot.TeleBot(config.TOKEN)