Skip to content

Commit

Permalink
fixed files
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Aug 4, 2023
1 parent 9df0b9d commit fcb5330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

4 changes: 2 additions & 2 deletions my_plugin/my_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

class MySettings(BaseModel):
required_int: int
optional_int: int = 42
optional_int: int = 69
required_str: str
optional_str: str = "stocats"
optional_str: str = "meow"
required_date: date
optional_date: date = 1679616000

Expand Down
2 changes: 1 addition & 1 deletion my_plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"author_url": "https://mywebsite.me",
"plugin_url": "https://github.com/my_name/my_plugin",
"tags": "cat, template, example",
"thumb": "my_plugin.png"
"thumb": "https://github.com/raw/my_repo_path/my_plugin.png"
}

0 comments on commit fcb5330

Please sign in to comment.