forked from cms-dev/cms
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ProxyService can send different contests to different RWSs.
- Loading branch information
Showing
3 changed files
with
65 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
# Copyright © 2010-2012 Matteo Boscariol <[email protected]> | ||
# Copyright © 2013 Luca Wehrstedt <[email protected]> | ||
# Copyright © 2014 Fabian Gundlach <[email protected]> | ||
# Copyright © 2014 Vytis Banaitis <[email protected]> | ||
# Copyright © 2016 Myungwoo Chun <[email protected]> | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
|
@@ -152,6 +153,7 @@ def __init__(self): | |
# ProxyService. | ||
self.rankings = ["http://usern4me:passw0rd@localhost:8890/"] | ||
self.https_certfile = None | ||
self.ranking_contests = [] | ||
|
||
# PrintingService | ||
self.max_print_length = 10_000_000 # 10 MB | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters