Added boilerplate to gettransports

This commit is contained in:
Kevin Froman 2020-01-30 18:34:47 -06:00
parent 95599003e5
commit bffef46e89
2 changed files with 20 additions and 1 deletions

View File

@ -1,6 +1,25 @@
"""Onionr - Private P2P Communication.
return a list of strings of the user's transport addresses for the main
Onionr protocol
"""
from gevent import time
import filepaths
"""
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
files = [filepaths.tor_hs_address_file]

View File

@ -1 +1 @@
1580371028
1580372474