File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -73,21 +73,13 @@ the global version to be used.
73
73
Configuration
74
74
-------------
75
75
76
- There is a small configuration section in the script, starting at line 25: :
76
+ There is a small configuration section in the script ( at the top) :
77
77
78
- # #############
79
- # CONFIGURATION
80
-
81
- # configure your tracker abbreviations here
82
- TRACKER_ABBR = {'openbt': 'udp://tracker.openbittorrent.com:80/announce',
83
- 'publicbt': 'udp://tracker.publicbt.com:80/announce'}
84
-
85
- # whether or not py3createtorrent is allowed to advertise itself
86
- # through the torrents' comment fields
87
- ADVERTISE = True
88
-
89
- # /CONFIGURATION
90
- # ##############
78
+ .. literalinclude :: ../../src/py3createtorrent.py
79
+ :start-after: # #############
80
+ :end-before: # ##############
81
+ :prepend: # #############
82
+ :append: # ##############
91
83
92
84
Tracker abbreviations
93
85
^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments