Skip to content

Commit

Permalink
Merge pull request #75 from hatena/theoremoon-patch-1
Browse files Browse the repository at this point in the history
画像アップロード時のgenerator名にリポジトリを入れておく
  • Loading branch information
theoremoon committed Apr 4, 2024
2 parents 487638e + 149bc2f commit fbaf846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fotolife-client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<entry xmlns="http://purl.org/atom/ns#">
<title>uploaded by fotolife-client.py</title>
<content mode="base64" type="{}">{}</content>
<generator>fotolife-client.py</generator>
<generator>hatena/hatenablog-workflows</generator>
</entry>
"""

Expand Down Expand Up @@ -125,4 +125,4 @@ def main():
f.write(res)

if __name__ == "__main__":
main()
main()

0 comments on commit fbaf846

Please sign in to comment.