rapid-router 7.5.21__py2.py3-none-any.whl → 7.5.22__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,3 +154,11 @@ except ImportError:
154
154
  pass
155
155
 
156
156
  from common.csp_config import *
157
+
158
+ if MODULE_NAME == "local":
159
+ # NOTE: This is only used locally for testing purposes.
160
+ os.environ.setdefault(
161
+ "ENCRYPTION_KEY", "XTgWqMlZCMI_E5BvCArkif9nrJIIhe_6Ic6Q_UcWJDk="
162
+ )
163
+
164
+ ENCRYPTION_KEY = os.environ["ENCRYPTION_KEY"]
@@ -141,3 +141,11 @@ except ImportError:
141
141
  pass
142
142
 
143
143
  from common.csp_config import *
144
+
145
+ if MODULE_NAME == "local":
146
+ # NOTE: This is only used locally for testing purposes.
147
+ os.environ.setdefault(
148
+ "ENCRYPTION_KEY", "XTgWqMlZCMI_E5BvCArkif9nrJIIhe_6Ic6Q_UcWJDk="
149
+ )
150
+
151
+ ENCRYPTION_KEY = os.environ["ENCRYPTION_KEY"]
game/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "7.5.21"
1
+ __version__ = "7.5.22"
game/messages.py CHANGED
@@ -795,7 +795,7 @@ def hint_level33():
795
795
 
796
796
 
797
797
  def title_level34():
798
- return "Multiple <b>if</b>s"
798
+ return "<b>If</b> and bends"
799
799
 
800
800
 
801
801
  def description_level34():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapid-router
3
- Version: 7.5.21
3
+ Version: 7.5.22
4
4
  Classifier: Programming Language :: Python
5
5
  Classifier: Programming Language :: Python :: 3.12
6
6
  Classifier: Framework :: Django
@@ -1,9 +1,9 @@
1
1
  example_project/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- example_project/rapid_router_test_settings.py,sha256=3PPkhCEztAn-WGLQ-Bf2hA5n1q_MevJ-9beyP7z1t50,4789
3
- example_project/settings.py,sha256=-Lsw_DJow_LaKaTE4DNfY69o3cclXUHNoWNybPBHIqY,4333
2
+ example_project/rapid_router_test_settings.py,sha256=-8pBDGeDSM0ziu5BLUXVqB9J97ADGcUe_uAlPYyenSg,5030
3
+ example_project/settings.py,sha256=0tXG2kHBxi1PoYPI63QmOMPd0S0MPqvDmIUjYc-hRH8,4574
4
4
  example_project/urls.py,sha256=XHug_cpNy21yOef3E1-wWT5VkTuxpl6ZXIlCj6jDjWA,422
5
5
  example_project/wsgi.py,sha256=U1W6WzZxZaIdYZ5tks7w9fqp5WS5qvn2iThsVcskrWw,829
6
- game/__init__.py,sha256=UyJikFMcybKyGD3xBvLg96sHk0aIXyfnz77R44oqMaM,23
6
+ game/__init__.py,sha256=K6KD0ClxI-BwG6rOgDnY3EozzgSvyOcnFBNjwjmy-2Y,23
7
7
  game/admin.py,sha256=BLwwaqQYuqmMdwqnvhdan19iGxdcoBX4CXFk_ROG5-M,1431
8
8
  game/app_settings.py,sha256=mlg-1AiP7AR5JNOHAXXLuCrYWaZMmSihvSYk9c2c8YY,857
9
9
  game/cache.py,sha256=dtOiFl6Z4I2Q9-8Hz24ZI-5C0asXYSQhF2Be5q74N8g,2227
@@ -11,7 +11,7 @@ game/character.py,sha256=bdJ74jDN9zZnj-XaNYbCWmM8XiZY5q4zpqmHLcvE-ts,2397
11
11
  game/decor.py,sha256=VDY-kadOd0TSDo5znI5P3YzB3BFADCotIlp1g_eDOwQ,10096
12
12
  game/forms.py,sha256=7J9Ivn97qw4FC5B7WonDzi4Q5WHhF1I62eQWorUDv_o,2143
13
13
  game/level_management.py,sha256=wAKbu8JAVTHoM6YD6L3c7tPityKtWLGRNG32OX5SYRw,6289
14
- game/messages.py,sha256=Ppxj9uXKCEUhkT9-TFzl_nYL5tk75uMx5e-EH2ifCeY,102172
14
+ game/messages.py,sha256=W6ta1Aop8xTJXiO0Efej4BJXCVbafbPDFjl68hWQgs0,102172
15
15
  game/models.py,sha256=h_NS_6LL8uFoKVjg2CCZ53sE-FBv9QWM_dhCh4fIr5E,11446
16
16
  game/permissions.py,sha256=3dWQ_YYMNVm6OhI9gyZe36EiqsoyU5RzyxdIlfbZ2pM,7624
17
17
  game/python_den_urls.py,sha256=fO2U06_woa3dkdmWhYg6zR9hrqFyP2Cp9e5l-5dUEmc,637
@@ -799,8 +799,8 @@ game/views/level_selection.py,sha256=UI345nDv5iTRQ7VttiLKLzezJlaSlaKOnhlALZgMU9Q
799
799
  game/views/level_solutions.py,sha256=oYwx0p1LuY7609H2lid7lAq3QvcD6_K9cy5U_i6CwWg,96714
800
800
  game/views/scoreboard.py,sha256=Lxy7XtoG7VwWpTb-c22BGC6eN8uCmmOnQ2qjY-oXA3k,16914
801
801
  game/views/scoreboard_csv.py,sha256=yx4tOwx5QsHyU1S1BUPUqRBWIh5idq8QVtBID-NqZto,1768
802
- rapid_router-7.5.21.dist-info/licenses/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
803
- rapid_router-7.5.21.dist-info/METADATA,sha256=gmGK293qPf5df6QJUvTnhF7ShN-PXS8oGUEsZ4NSqzM,11362
804
- rapid_router-7.5.21.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
805
- rapid_router-7.5.21.dist-info/top_level.txt,sha256=rKP4ryr1t8Wcnx8grJHDViM3T5cMYH_0vygDjC04ArA,21
806
- rapid_router-7.5.21.dist-info/RECORD,,
802
+ rapid_router-7.5.22.dist-info/licenses/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
803
+ rapid_router-7.5.22.dist-info/METADATA,sha256=hnW8xd8ybqM8GrgHAEGesEcRgvzAV6SVe6ywdywXXH4,11362
804
+ rapid_router-7.5.22.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
805
+ rapid_router-7.5.22.dist-info/top_level.txt,sha256=rKP4ryr1t8Wcnx8grJHDViM3T5cMYH_0vygDjC04ArA,21
806
+ rapid_router-7.5.22.dist-info/RECORD,,