This commit is contained in:
xyj 2024-03-02 10:24:53 +08:00
parent 468adc552e
commit 8b695dde90
3 changed files with 20 additions and 5 deletions

View File

@ -5,8 +5,9 @@
</component>
<component name="ChangeListManager">
<list default="true" id="6fcbdb26-1795-4695-b353-57b405f1e401" name="Changes" comment="update">
<change afterPath="$PROJECT_DIR$/forever.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/cron_set.sh" beforeDir="false" afterPath="$PROJECT_DIR$/cron_set.sh" afterDir="false" />
<change beforePath="$PROJECT_DIR$/conf/common/push_stream.conf" beforeDir="false" afterPath="$PROJECT_DIR$/conf/common/push_stream.conf" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -43,7 +44,7 @@
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;master&quot;,
&quot;last_opened_file_path&quot;: &quot;C:/Users/lihai/PycharmProjects/agri_xumu&quot;,
&quot;last_opened_file_path&quot;: &quot;C:/Users/lihai/PycharmProjects/lot_manager&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable&quot;
}
}</component>
@ -226,7 +227,23 @@
<option name="project" value="LOCAL" />
<updated>1708999384471</updated>
</task>
<option name="localTasksCounter" value="6" />
<task id="LOCAL-00006" summary="update">
<option name="closed" value="true" />
<created>1709000950222</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1709000950222</updated>
</task>
<task id="LOCAL-00007" summary="update">
<option name="closed" value="true" />
<created>1709001137522</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1709001137522</updated>
</task>
<option name="localTasksCounter" value="8" />
<servers />
</component>
<component name="UnknownFeatures">

View File

@ -5,5 +5,3 @@ user=pi
autostart=true
autorestart=true
redirect_stderr=true
stopsignal=TERM
stopasgroup=True

0
forever.py Normal file
View File