mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
9 lines
148 B
Python
Executable File
9 lines
148 B
Python
Executable File
import os
|
|
import sys
|
|
|
|
sys.path.append("PlexBot")
|
|
|
|
from __version__ import VERSION
|
|
|
|
sys.exit(os.system(f"docker push jarulsamy/plex-bot:{VERSION}"))
|