Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Pythonを使用してファイルの変更を探すスクリプトを作成しています。FTPを使用してサーバーにプッシュされていますが、スクリプトで同じ名前のファイルをリロードして、そこから新しいデータを取得することはできません。つまり、Mean_value=12 サーバーは 12 を出力します。
しかし、その行を 13 になるように変更すると、次のことが起こります。サーバーは 12 AGAIN を出力します。13を印刷したいのですが、助けてください!